POST api/Plants
Request Information
URI Parameters
None.
Body Parameters
ClientPlantName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
ClientId | integer |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
MainLogo | string |
None. |
|
Client | Client |
None. |
|
PhaseOfPlants | Collection of PhaseOfPlant |
None. |
|
ProductOfPlants | Collection of ProductOfPlant |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
PlantResponseName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
MainLogo | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.