POST api/Transaction/Plot_Checker_Entry
Request Information
URI Parameters
None.
Body Parameters
Plot_Checker_Entry| Name | Description | Type | Additional information |
|---|---|---|---|
| Fact_Code | integer |
None. |
|
| Season | integer |
None. |
|
| Vill_Code | integer |
None. |
|
| Grw_Code | integer |
None. |
|
| Plot_Entry_Type | byte |
None. |
|
| Plot_Number | integer |
None. |
|
| Dimension_1 | decimal number |
None. |
|
| Dimension_2 | decimal number |
None. |
|
| Dimension_3 | decimal number |
None. |
|
| Dimension_4 | decimal number |
None. |
|
| Oper_Code | string |
None. |
|
| Check_Date | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Fact_Code": 1,
"Season": 2,
"Vill_Code": 3,
"Grw_Code": 4,
"Plot_Entry_Type": 64,
"Plot_Number": 6,
"Dimension_1": 7.1,
"Dimension_2": 8.1,
"Dimension_3": 9.1,
"Dimension_4": 10.1,
"Oper_Code": "sample string 11",
"Check_Date": "2026-01-16T18:22:52.2449439+05:30"
}
application/xml, text/xml
Sample:
<Plot_Checker_Entry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CDS_WebAPI.Models"> <Check_Date>2026-01-16T18:22:52.2449439+05:30</Check_Date> <Dimension_1>7.1</Dimension_1> <Dimension_2>8.1</Dimension_2> <Dimension_3>9.1</Dimension_3> <Dimension_4>10.1</Dimension_4> <Fact_Code>1</Fact_Code> <Grw_Code>4</Grw_Code> <Oper_Code>sample string 11</Oper_Code> <Plot_Entry_Type>64</Plot_Entry_Type> <Plot_Number>6</Plot_Number> <Season>2</Season> <Vill_Code>3</Vill_Code> </Plot_Checker_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/" />