POST api/Transaction/ModDelPlanting

Request Information

URI Parameters

None.

Body Parameters

GrowerPlantionEntryModDel
NameDescriptionTypeAdditional information
Fact_Code

integer

None.

Transaction_No

integer

None.

ModDel_Flag

integer

None.

Season

integer

None.

Indent_Type

integer

None.

Vill_Inch_Code

string

None.

Zonal_Inch_Code

string

None.

CDA_Code

string

None.

Plot_Vill_Code

integer

None.

Vill_Code

integer

None.

Grow_Code

integer

None.

Variety_Code

integer

None.

AreaAcer

decimal number

None.

AreaHect

decimal number

None.

Seed_Source

integer

None.

InNursury

integer

None.

PlantingDate

date

None.

Seed_Cons

decimal number

None.

Sup_Vill_Code

integer

None.

Sup_Grw_Code

integer

None.

Land_Type

integer

None.

Inter_Crop_Type

integer

None.

Soil_Type

integer

None.

Plant_Type

integer

None.

Entry_Date

date

None.

Grw_Name

string

None.

Grw_Father

string

None.

Dim_East

decimal number

None.

Dim_West

decimal number

None.

Dim_North

decimal number

None.

Dim_South

decimal number

None.

SurvAreaAcer

decimal number

None.

SurvAreaHect

decimal number

None.

Lat_1

decimal number

None.

Lon_1

decimal number

None.

Lat_2

decimal number

None.

Lon_2

decimal number

None.

Lat_3

decimal number

None.

Lon_3

decimal number

None.

Lat_4

decimal number

None.

Lon_4

decimal number

None.

Seed_Type

byte

None.

Seed_Treatment

byte

None.

Soil_treatment

byte

None.

Seed_Nursury

byte

None.

Request Formats

application/json, text/json

Sample:
{
  "Fact_Code": 1,
  "Transaction_No": 2,
  "ModDel_Flag": 3,
  "Season": 4,
  "Indent_Type": 5,
  "Vill_Inch_Code": "sample string 6",
  "Zonal_Inch_Code": "sample string 7",
  "CDA_Code": "sample string 8",
  "Plot_Vill_Code": 9,
  "Vill_Code": 10,
  "Grow_Code": 11,
  "Variety_Code": 12,
  "AreaAcer": 13.0,
  "AreaHect": 14.0,
  "Seed_Source": 15,
  "InNursury": 16,
  "PlantingDate": "2026-01-16T18:21:55.0192226+05:30",
  "Seed_Cons": 18.1,
  "Sup_Vill_Code": 19,
  "Sup_Grw_Code": 20,
  "Land_Type": 21,
  "Inter_Crop_Type": 22,
  "Soil_Type": 23,
  "Plant_Type": 24,
  "Entry_Date": "2026-01-16T18:21:55.0202223+05:30",
  "Grw_Name": "sample string 26",
  "Grw_Father": "sample string 27",
  "Dim_East": 28.0,
  "Dim_West": 29.0,
  "Dim_North": 30.0,
  "Dim_South": 31.0,
  "SurvAreaAcer": 32.0,
  "SurvAreaHect": 33.0,
  "Lat_1": 34.0,
  "Lon_1": 35.0,
  "Lat_2": 36.0,
  "Lon_2": 37.0,
  "Lat_3": 38.0,
  "Lon_3": 39.0,
  "Lat_4": 40.0,
  "Lon_4": 41.0,
  "Seed_Type": 64,
  "Seed_Treatment": 64,
  "Soil_treatment": 64,
  "Seed_Nursury": 64
}

application/xml, text/xml

Sample:
<GrowerPlantionEntryModDel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CDS_WebAPI.Models">
  <AreaAcer>13</AreaAcer>
  <AreaHect>14</AreaHect>
  <CDA_Code>sample string 8</CDA_Code>
  <Dim_East>28</Dim_East>
  <Dim_North>30</Dim_North>
  <Dim_South>31</Dim_South>
  <Dim_West>29</Dim_West>
  <Entry_Date>2026-01-16T18:21:55.0202223+05:30</Entry_Date>
  <Fact_Code>1</Fact_Code>
  <Grow_Code>11</Grow_Code>
  <Grw_Father>sample string 27</Grw_Father>
  <Grw_Name>sample string 26</Grw_Name>
  <InNursury>16</InNursury>
  <Indent_Type>5</Indent_Type>
  <Inter_Crop_Type>22</Inter_Crop_Type>
  <Land_Type>21</Land_Type>
  <Lat_1>34</Lat_1>
  <Lat_2>36</Lat_2>
  <Lat_3>38</Lat_3>
  <Lat_4>40</Lat_4>
  <Lon_1>35</Lon_1>
  <Lon_2>37</Lon_2>
  <Lon_3>39</Lon_3>
  <Lon_4>41</Lon_4>
  <ModDel_Flag>3</ModDel_Flag>
  <Plant_Type>24</Plant_Type>
  <PlantingDate>2026-01-16T18:21:55.0192226+05:30</PlantingDate>
  <Plot_Vill_Code>9</Plot_Vill_Code>
  <Season>4</Season>
  <Seed_Cons>18.1</Seed_Cons>
  <Seed_Nursury>64</Seed_Nursury>
  <Seed_Source>15</Seed_Source>
  <Seed_Treatment>64</Seed_Treatment>
  <Seed_Type>64</Seed_Type>
  <Soil_Type>23</Soil_Type>
  <Soil_treatment>64</Soil_treatment>
  <Sup_Grw_Code>20</Sup_Grw_Code>
  <Sup_Vill_Code>19</Sup_Vill_Code>
  <SurvAreaAcer>32</SurvAreaAcer>
  <SurvAreaHect>33</SurvAreaHect>
  <Transaction_No>2</Transaction_No>
  <Variety_Code>12</Variety_Code>
  <Vill_Code>10</Vill_Code>
  <Vill_Inch_Code>sample string 6</Vill_Inch_Code>
  <Zonal_Inch_Code>sample string 7</Zonal_Inch_Code>
</GrowerPlantionEntryModDel>

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