POST api/Transaction/GeneartePlanting_ORG

Request Information

URI Parameters

None.

Body Parameters

GrowerPlantionEntry_CDS
NameDescriptionTypeAdditional information
Fact_Code

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,
  "Season": 2,
  "Indent_Type": 3,
  "Vill_Inch_Code": "sample string 4",
  "Zonal_Inch_Code": "sample string 5",
  "CDA_Code": "sample string 6",
  "Plot_Vill_Code": 7,
  "Vill_Code": 8,
  "Grow_Code": 9,
  "Variety_Code": 10,
  "AreaAcer": 11.0,
  "AreaHect": 12.0,
  "Seed_Source": 13,
  "InNursury": 14,
  "PlantingDate": "2026-01-16T18:21:49.7977994+05:30",
  "Seed_Cons": 16.1,
  "Sup_Vill_Code": 17,
  "Sup_Grw_Code": 18,
  "Land_Type": 19,
  "Inter_Crop_Type": 20,
  "Soil_Type": 21,
  "Plant_Type": 22,
  "Entry_Date": "2026-01-16T18:21:49.7977994+05:30",
  "Grw_Name": "sample string 24",
  "Grw_Father": "sample string 25",
  "Dim_East": 26.0,
  "Dim_West": 27.0,
  "Dim_North": 28.0,
  "Dim_South": 29.0,
  "SurvAreaAcer": 30.0,
  "SurvAreaHect": 31.0,
  "Lat_1": 32.0,
  "Lon_1": 33.0,
  "Lat_2": 34.0,
  "Lon_2": 35.0,
  "Lat_3": 36.0,
  "Lon_3": 37.0,
  "Lat_4": 38.0,
  "Lon_4": 39.0,
  "Seed_Type": 64,
  "Seed_Treatment": 64,
  "Soil_treatment": 64,
  "Seed_Nursury": 64
}

application/xml, text/xml

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

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