POST api/Transaction/GenearteSeedDistribution
Request Information
URI Parameters
None.
Body Parameters
Seed_Distribution| Name | Description | Type | Additional information |
|---|---|---|---|
| Fact_Code | 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. |
|
| Entry_Date | date |
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. |
|
| Entry_Time | 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,
"Supp_Vill": 2,
"Supp_Grow": 3,
"Pur_Vill": 4,
"Pur_Grow": 5,
"Season": 6,
"Permit": 7,
"Variety_Code": 8,
"Issue_Qty": 9.1,
"Deposite_Amt": 10.1,
"Seed_Rate": 11.1,
"Subsidy_Rate": 12.1,
"Gur_Vill1": 13,
"Gur_Grw1": 14,
"Gur_Vill2": 15,
"Gur_Grw2": 16,
"Remarks": "sample string 17",
"Entry_Oper_Code": "sample string 18",
"Entry_Date": "2026-01-16T18:21:48.2542658+05:30",
"Balance_Loan": 20.1,
"Distribution_Type": 64,
"Distribution_Date": "2026-01-16T18:21:48.2542658+05:30",
"Harvest_Premium": 23.1,
"Transport_Premium": 24.1,
"Loan_Code": 25,
"Entry_Time": 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:
<Seed_Distribution xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CDS_WebAPI.Models"> <Balance_Loan>20.1</Balance_Loan> <Deposite_Amt>10.1</Deposite_Amt> <Distribution_Clerk>sample string 30</Distribution_Clerk> <Distribution_Date>2026-01-16T18:21:48.2542658+05:30</Distribution_Date> <Distribution_Type>64</Distribution_Type> <Entry_Date>2026-01-16T18:21:48.2542658+05:30</Entry_Date> <Entry_Oper_Code>sample string 18</Entry_Oper_Code> <Entry_Time>26</Entry_Time> <Fact_Code>1</Fact_Code> <Gur_Grw1>14</Gur_Grw1> <Gur_Grw2>16</Gur_Grw2> <Gur_Vill1>13</Gur_Vill1> <Gur_Vill2>15</Gur_Vill2> <Harvest_Premium>23.1</Harvest_Premium> <Harvest_Rate>31.1</Harvest_Rate> <Issue_Qty>9.1</Issue_Qty> <Loan_Code>25</Loan_Code> <Pay_Type>64</Pay_Type> <Pay_value>29.1</Pay_value> <Permit>7</Permit> <Pur_Grow>5</Pur_Grow> <Pur_Vill>4</Pur_Vill> <Remarks>sample string 17</Remarks> <Season>6</Season> <Seed_Rate>11.1</Seed_Rate> <Subsidy_Rate>12.1</Subsidy_Rate> <Supp_Grow>3</Supp_Grow> <Supp_Vill>2</Supp_Vill> <Transaction_Number>27</Transaction_Number> <Transport_Premium>24.1</Transport_Premium> <Transport_Rate>32.1</Transport_Rate> <Variety_Code>8</Variety_Code> </Seed_Distribution>
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/" />