POST api/GenerateDosingForPlant?plantId={plantId}&phaseId={phaseId}¤tDay={currentDay}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
plantId | integer |
Required |
|
phaseId | integer |
Required |
|
currentDay | integer |
Required |
Body Parameters
Collection of ProductName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
None. |
|
ProductTypeId | integer |
None. |
|
Description | string |
None. |
|
ProductType | ProductType |
None. |
|
ProductDosings | Collection of ProductDosing |
None. |
|
ProductOfPlants | Collection of ProductOfPlant |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
Collection of ProductDosingResponseName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
ProductId | integer |
None. |
|
DosingDescription | string |
None. |
|
Day | integer |
None. |
|
PhaseId | integer |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.