POST ProductList/GetCropIdAndMarketGroupCode/{GEId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| GEId | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
CropIdAndMarketGroupCode| Name | Description | Type | Additional information |
|---|---|---|---|
| Cropid | integer |
None. |
|
| MarketGroupCode | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Cropid": 1,
"MarketGroupCode": "sample string 2"
}
application/xml, text/xml
Sample:
<CropIdAndMarketGroupCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model"> <Cropid>1</Cropid> <MarketGroupCode>sample string 2</MarketGroupCode> </CropIdAndMarketGroupCode>