POST api/Transaction/Subsidy_Entry
Request Information
URI Parameters
None.
Body Parameters
Subsidy_Entry| Name | Description | Type | Additional information |
|---|---|---|---|
| Fact_Code | integer |
None. |
|
| Season | integer |
None. |
|
| Village_Clerk | string |
None. |
|
| Vill_Code | integer |
None. |
|
| Grw_Code | integer |
None. |
|
| Var_Code | integer |
None. |
|
| Subsidy_Type | byte |
None. |
|
| Entry_Date | date |
None. |
|
| Entry_Oper | string |
None. |
|
| Seed_Source | byte |
None. |
|
| Inter_Crop | integer |
None. |
|
| Distribution_Date | date |
None. |
|
| Area | decimal number |
None. |
|
| Permit_No | integer |
None. |
|
| Item_Code | string |
None. |
|
| Issue_Qty | decimal number |
None. |
|
| Item_Rate | decimal number |
None. |
|
| Subsidy_Rate | decimal number |
None. |
|
| Plot_Village | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Fact_Code": 1,
"Season": 2,
"Village_Clerk": "sample string 3",
"Vill_Code": 4,
"Grw_Code": 5,
"Var_Code": 6,
"Subsidy_Type": 64,
"Entry_Date": "2026-01-16T18:22:00.2306488+05:30",
"Entry_Oper": "sample string 9",
"Seed_Source": 64,
"Inter_Crop": 11,
"Distribution_Date": "2026-01-16T18:22:00.2306488+05:30",
"Area": 13.1,
"Permit_No": 14,
"Item_Code": "sample string 15",
"Issue_Qty": 16.1,
"Item_Rate": 17.1,
"Subsidy_Rate": 18.1,
"Plot_Village": 19
}
application/xml, text/xml
Sample:
<Subsidy_Entry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CDS_WebAPI.Models"> <Area>13.1</Area> <Distribution_Date>2026-01-16T18:22:00.2306488+05:30</Distribution_Date> <Entry_Date>2026-01-16T18:22:00.2306488+05:30</Entry_Date> <Entry_Oper>sample string 9</Entry_Oper> <Fact_Code>1</Fact_Code> <Grw_Code>5</Grw_Code> <Inter_Crop>11</Inter_Crop> <Issue_Qty>16.1</Issue_Qty> <Item_Code>sample string 15</Item_Code> <Item_Rate>17.1</Item_Rate> <Permit_No>14</Permit_No> <Plot_Village>19</Plot_Village> <Season>2</Season> <Seed_Source>64</Seed_Source> <Subsidy_Rate>18.1</Subsidy_Rate> <Subsidy_Type>64</Subsidy_Type> <Var_Code>6</Var_Code> <Vill_Code>4</Vill_Code> <Village_Clerk>sample string 3</Village_Clerk> </Subsidy_Entry>
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/" />