POST api/Transaction/ModDelSeedDistribution
Request Information
URI Parameters
None.
Body Parameters
SeedDistributionModDel| Name | Description | Type | Additional information |
|---|---|---|---|
| Fact_Code | integer |
None. |
|
| Transaction_No | integer |
None. |
|
| ModDel_Flag | integer |
None. |
|
| Supp_Vill | integer |
None. |
|
| Supp_Grow | integer |
None. |
|
| Pur_Vill | integer |
None. |
|
| Pur_Grow | integer |
None. |
|
| Season | integer |
None. |
|
| Permit | integer |
None. |
|
| Variety_Code | integer |
None. |
|
| Issue_Qty | decimal number |
None. |
|
| Deposite_Amt | decimal number |
None. |
|
| Seed_Rate | decimal number |
None. |
|
| Subsidy_Rate | decimal number |
None. |
|
| Gur_Vill1 | integer |
None. |
|
| Gur_Grw1 | integer |
None. |
|
| Gur_Vill2 | integer |
None. |
|
| Gur_Grw2 | integer |
None. |
|
| Remarks | string |
None. |
|
| Entry_Oper_Code | string |
None. |
|
| Balance_Loan | decimal number |
None. |
|
| Distribution_Type | byte |
None. |
|
| Distribution_Date | date |
None. |
|
| Harvest_Premium | decimal number |
None. |
|
| Transport_Premium | decimal number |
None. |
|
| Loan_Code | integer |
None. |
|
| Transaction_Number | integer |
None. |
|
| Pay_Type | byte |
None. |
|
| Pay_value | decimal number |
None. |
|
| Distribution_Clerk | string |
None. |
|
| Harvest_Rate | decimal number |
None. |
|
| Transport_Rate | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Fact_Code": 1,
"Transaction_No": 2,
"ModDel_Flag": 3,
"Supp_Vill": 4,
"Supp_Grow": 5,
"Pur_Vill": 6,
"Pur_Grow": 7,
"Season": 8,
"Permit": 9,
"Variety_Code": 10,
"Issue_Qty": 11.1,
"Deposite_Amt": 12.1,
"Seed_Rate": 13.1,
"Subsidy_Rate": 14.1,
"Gur_Vill1": 15,
"Gur_Grw1": 16,
"Gur_Vill2": 17,
"Gur_Grw2": 18,
"Remarks": "sample string 19",
"Entry_Oper_Code": "sample string 20",
"Balance_Loan": 21.1,
"Distribution_Type": 64,
"Distribution_Date": "2026-01-16T18:22:13.2327223+05:30",
"Harvest_Premium": 24.1,
"Transport_Premium": 25.1,
"Loan_Code": 26,
"Transaction_Number": 27,
"Pay_Type": 64,
"Pay_value": 29.1,
"Distribution_Clerk": "sample string 30",
"Harvest_Rate": 31.1,
"Transport_Rate": 32.1
}
application/xml, text/xml
Sample:
<SeedDistributionModDel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CDS_WebAPI.Models"> <Balance_Loan>21.1</Balance_Loan> <Deposite_Amt>12.1</Deposite_Amt> <Distribution_Clerk>sample string 30</Distribution_Clerk> <Distribution_Date>2026-01-16T18:22:13.2327223+05:30</Distribution_Date> <Distribution_Type>64</Distribution_Type> <Entry_Oper_Code>sample string 20</Entry_Oper_Code> <Fact_Code>1</Fact_Code> <Gur_Grw1>16</Gur_Grw1> <Gur_Grw2>18</Gur_Grw2> <Gur_Vill1>15</Gur_Vill1> <Gur_Vill2>17</Gur_Vill2> <Harvest_Premium>24.1</Harvest_Premium> <Harvest_Rate>31.1</Harvest_Rate> <Issue_Qty>11.1</Issue_Qty> <Loan_Code>26</Loan_Code> <ModDel_Flag>3</ModDel_Flag> <Pay_Type>64</Pay_Type> <Pay_value>29.1</Pay_value> <Permit>9</Permit> <Pur_Grow>7</Pur_Grow> <Pur_Vill>6</Pur_Vill> <Remarks>sample string 19</Remarks> <Season>8</Season> <Seed_Rate>13.1</Seed_Rate> <Subsidy_Rate>14.1</Subsidy_Rate> <Supp_Grow>5</Supp_Grow> <Supp_Vill>4</Supp_Vill> <Transaction_No>2</Transaction_No> <Transaction_Number>27</Transaction_Number> <Transport_Premium>25.1</Transport_Premium> <Transport_Rate>32.1</Transport_Rate> <Variety_Code>10</Variety_Code> </SeedDistributionModDel>
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/" />