POST api/ImportMasterData/GetSubsidyList
Request Information
URI Parameters
None.
Body Parameters
ListGrwSubsidy| Name | Description | Type | Additional information |
|---|---|---|---|
| Fact_Code | integer |
None. |
|
| Season | integer |
None. |
|
| Subsidy_Type | integer |
None. |
|
| Vill_Code | integer |
None. |
|
| Grw_Code | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Fact_Code": 1,
"Season": 2,
"Subsidy_Type": 3,
"Vill_Code": 4,
"Grw_Code": 5
}
application/xml, text/xml
Sample:
<ListGrwSubsidy 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>5</Grw_Code> <Season>2</Season> <Subsidy_Type>3</Subsidy_Type> <Vill_Code>4</Vill_Code> </ListGrwSubsidy>
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/" />