POST api/Transaction/Plot_Observation_Entry

Request Information

URI Parameters

None.

Body Parameters

Plot_Observation_Entry
NameDescriptionTypeAdditional information
Fact_Code

integer

None.

Season

integer

None.

Vill_Code

integer

None.

Grw_Code

integer

None.

Plot_Obs_Type

byte

None.

Plot_Number

integer

None.

Plot_Vill_Code

integer

None.

Oper_Code

string

None.

Observation_Date

date

None.

Split_Plot_No

byte

None.

Germination_Percent

decimal number

None.

No_of_Cane

integer

None.

Average_Cane

decimal number

None.

Tiller_90

decimal number

None.

Tiller_120

decimal number

None.

Detressing

byte

None.

Yield

decimal number

None.

Bricks

decimal number

None.

Pole

decimal number

None.

Purity

decimal number

None.

Pol_In_Cane

decimal number

None.

Recovery_Percent

decimal number

None.

Spacing

byte

None.

Height

decimal number

None.

Width

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "Fact_Code": 1,
  "Season": 2,
  "Vill_Code": 3,
  "Grw_Code": 4,
  "Plot_Obs_Type": 64,
  "Plot_Number": 6,
  "Plot_Vill_Code": 7,
  "Oper_Code": "sample string 8",
  "Observation_Date": "2026-01-16T18:21:43.2847663+05:30",
  "Split_Plot_No": 64,
  "Germination_Percent": 11.1,
  "No_of_Cane": 12,
  "Average_Cane": 13.1,
  "Tiller_90": 14.1,
  "Tiller_120": 15.1,
  "Detressing": 64,
  "Yield": 17.1,
  "Bricks": 18.1,
  "Pole": 19.1,
  "Purity": 20.1,
  "Pol_In_Cane": 21.1,
  "Recovery_Percent": 22.1,
  "Spacing": 64,
  "Height": 24.1,
  "Width": 25.1
}

application/xml, text/xml

Sample:
<Plot_Observation_Entry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CDS_WebAPI.Models">
  <Average_Cane>13.1</Average_Cane>
  <Bricks>18.1</Bricks>
  <Detressing>64</Detressing>
  <Fact_Code>1</Fact_Code>
  <Germination_Percent>11.1</Germination_Percent>
  <Grw_Code>4</Grw_Code>
  <Height>24.1</Height>
  <No_of_Cane>12</No_of_Cane>
  <Observation_Date>2026-01-16T18:21:43.2847663+05:30</Observation_Date>
  <Oper_Code>sample string 8</Oper_Code>
  <Plot_Number>6</Plot_Number>
  <Plot_Obs_Type>64</Plot_Obs_Type>
  <Plot_Vill_Code>7</Plot_Vill_Code>
  <Pol_In_Cane>21.1</Pol_In_Cane>
  <Pole>19.1</Pole>
  <Purity>20.1</Purity>
  <Recovery_Percent>22.1</Recovery_Percent>
  <Season>2</Season>
  <Spacing>64</Spacing>
  <Split_Plot_No>64</Split_Plot_No>
  <Tiller_120>15.1</Tiller_120>
  <Tiller_90>14.1</Tiller_90>
  <Vill_Code>3</Vill_Code>
  <Width>25.1</Width>
  <Yield>17.1</Yield>
</Plot_Observation_Entry>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

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/" />