POST api/Transaction/Plot_Activity_Entry

Request Information

URI Parameters

None.

Body Parameters

Plot_Activity_Entry
NameDescriptionTypeAdditional 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.

Activity_Code

byte

None.

Oper_Code

string

None.

Activity_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,
  "Activity_Code": 64,
  "Oper_Code": "sample string 8",
  "Activity_Date": "2026-01-16T18:22:09.1139663+05:30"
}

application/xml, text/xml

Sample:
<Plot_Activity_Entry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CDS_WebAPI.Models">
  <Activity_Code>64</Activity_Code>
  <Activity_Date>2026-01-16T18:22:09.1139663+05:30</Activity_Date>
  <Fact_Code>1</Fact_Code>
  <Grw_Code>4</Grw_Code>
  <Oper_Code>sample string 8</Oper_Code>
  <Plot_Entry_Type>64</Plot_Entry_Type>
  <Plot_Number>6</Plot_Number>
  <Season>2</Season>
  <Vill_Code>3</Vill_Code>
</Plot_Activity_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/" />