POST api/ImportMasterData/GetSeedReservationList
Request Information
URI Parameters
None.
Body Parameters
SeedReservation| Name | Description | Type | Additional information |
|---|---|---|---|
| Fact_Code | integer |
None. |
|
| Vill_Code | integer |
None. |
|
| Grw_Code | integer |
None. |
|
| Season | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Fact_Code": 1,
"Vill_Code": 2,
"Grw_Code": 3,
"Season": 4
}
application/xml, text/xml
Sample:
<SeedReservation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CDS_WebAPI.Models"> <Fact_Code>1</Fact_Code> <Grw_Code>3</Grw_Code> <Season>4</Season> <Vill_Code>2</Vill_Code> </SeedReservation>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />