POST api/Transaction/Plot_Entry
Request Information
URI Parameters
None.
Body Parameters
Plot_Entry| Name | Description | Type | Additional information |
|---|---|---|---|
| Fact_Code | integer |
None. |
|
| Season | integer |
None. |
|
| Clerk_Vill | string |
None. |
|
| Vill_Code | integer |
None. |
|
| Grw_Code | integer |
None. |
|
| Variety_Code | integer |
None. |
|
| Plot_Entry_Type | byte |
None. |
|
| Revenue_No | string |
None. |
|
| Plot_Vill | integer |
None. |
|
| Dimension_1 | decimal number |
None. |
|
| Dimension_2 | decimal number |
None. |
|
| Dimension_3 | decimal number |
None. |
|
| Dimension_4 | decimal number |
None. |
|
| Plot_Area | decimal number |
None. |
|
| Ratoon_Flag | byte |
None. |
|
| Partition_Flag | byte |
None. |
|
| Plot_Type | byte |
None. |
|
| Plot_Percent | decimal number |
None. |
|
| Oper_Code | string |
None. |
|
| Land_Code | integer |
None. |
|
| Soil_Code | integer |
None. |
|
| Irrigation_Code | integer |
None. |
|
| Plantation_Date | date |
None. |
|
| Leased_Flag | byte |
None. |
|
| Plot_Condition | byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"Fact_Code": 1,
"Season": 2,
"Clerk_Vill": "sample string 3",
"Vill_Code": 4,
"Grw_Code": 5,
"Variety_Code": 6,
"Plot_Entry_Type": 64,
"Revenue_No": "sample string 8",
"Plot_Vill": 9,
"Dimension_1": 10.1,
"Dimension_2": 11.1,
"Dimension_3": 12.1,
"Dimension_4": 13.1,
"Plot_Area": 14.1,
"Ratoon_Flag": 64,
"Partition_Flag": 64,
"Plot_Type": 64,
"Plot_Percent": 18.1,
"Oper_Code": "sample string 19",
"Land_Code": 20,
"Soil_Code": 21,
"Irrigation_Code": 22,
"Plantation_Date": "2026-01-16T18:21:50.3026469+05:30",
"Leased_Flag": 64,
"Plot_Condition": 64
}
application/xml, text/xml
Sample:
<Plot_Entry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CDS_WebAPI.Models"> <Clerk_Vill>sample string 3</Clerk_Vill> <Dimension_1>10.1</Dimension_1> <Dimension_2>11.1</Dimension_2> <Dimension_3>12.1</Dimension_3> <Dimension_4>13.1</Dimension_4> <Fact_Code>1</Fact_Code> <Grw_Code>5</Grw_Code> <Irrigation_Code>22</Irrigation_Code> <Land_Code>20</Land_Code> <Leased_Flag>64</Leased_Flag> <Oper_Code>sample string 19</Oper_Code> <Partition_Flag>64</Partition_Flag> <Plantation_Date>2026-01-16T18:21:50.3026469+05:30</Plantation_Date> <Plot_Area>14.1</Plot_Area> <Plot_Condition>64</Plot_Condition> <Plot_Entry_Type>64</Plot_Entry_Type> <Plot_Percent>18.1</Plot_Percent> <Plot_Type>64</Plot_Type> <Plot_Vill>9</Plot_Vill> <Ratoon_Flag>64</Ratoon_Flag> <Revenue_No>sample string 8</Revenue_No> <Season>2</Season> <Soil_Code>21</Soil_Code> <Variety_Code>6</Variety_Code> <Vill_Code>4</Vill_Code> </Plot_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/" />