Clients

APIDescription
GET api/getClientInfo

No documentation available.

POST api/createNewGuest

No documentation available.

PUT api/editClient

No documentation available.

POST api/loginClient

No documentation available.

ProductDosings

APIDescription
GET api/ProductDayDosing?plantId={plantId}

No documentation available.

POST api/GenerateDosingForPlant?plantId={plantId}&phaseId={phaseId}&currentDay={currentDay}

No documentation available.

POST api/addDaysForPhase?plantPhaseId={plantPhaseId}&additionalDays={additionalDays}

No documentation available.

POST api/finishPhaseForPlant?plantPhaseId={plantPhaseId}

No documentation available.

GET api/ProductDosings?productId={productId}&phaseId={phaseId}

No documentation available.

GET api/ProductDosings/{id}

No documentation available.

Advices

APIDescription
GET api/GetRandomAdvice

No documentation available.

GET api/Advices

No documentation available.

ProductTypes

APIDescription
GET api/ProductTypes

No documentation available.

Plants

APIDescription
GET api/Plants

No documentation available.

POST api/Plants

No documentation available.

PUT api/Plants/{id}

No documentation available.

DELETE api/Plants/{id}

No documentation available.

Products

APIDescription
GET api/Products?plantId={plantId}&typeId={typeId}

No documentation available.

POST api/Products?plantId={plantId}

No documentation available.

GET api/Products?plantId={plantId}

No documentation available.

GET api/Products/{id}

No documentation available.

Phases

APIDescription
GET api/Phases

No documentation available.

GET api/Phases?plantId={plantId}

No documentation available.