POST api/Products?plantId={plantId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
plantId | 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 ProductOfPlantResponseName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
PlantId | integer |
None. |
|
ProductId | integer |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.