POST api/Products?plantId={plantId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
plantId

integer

Required

Body Parameters

Collection of Product
NameDescriptionTypeAdditional 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 ProductOfPlantResponse
NameDescriptionTypeAdditional information
Id

integer

None.

PlantId

integer

None.

ProductId

integer

None.

Response Formats

application/json, text/json

Sample:

Sample not available.