POST api/Transaction/GenearteIndent

Request Information

URI Parameters

None.

Body Parameters

GrowerIndentEntry_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.

Seed_Type

integer

None.

Land_Type

integer

None.

Border_Crop

integer

None.

InNursury

integer

None.

IndentDate

date

None.

PlantingDate

date

None.

Entry_Date

date

None.

Grw_Name

string

None.

Grw_Father

string

None.

Sup_Vill_Code

integer

None.

Sup_Grw_Code

integer

None.

Plant_Type

integer

None.

Standing_Crop

integer

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,
  "Seed_Type": 14,
  "Land_Type": 15,
  "Border_Crop": 16,
  "InNursury": 17,
  "IndentDate": "2026-01-16T18:22:15.86093+05:30",
  "PlantingDate": "2026-01-16T18:22:15.86093+05:30",
  "Entry_Date": "2026-01-16T18:22:15.86093+05:30",
  "Grw_Name": "sample string 21",
  "Grw_Father": "sample string 22",
  "Sup_Vill_Code": 23,
  "Sup_Grw_Code": 24,
  "Plant_Type": 25,
  "Standing_Crop": 26
}

application/xml, text/xml

Sample:
<GrowerIndentEntry_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>
  <Border_Crop>16</Border_Crop>
  <CDA_Code>sample string 6</CDA_Code>
  <Entry_Date>2026-01-16T18:22:15.86093+05:30</Entry_Date>
  <Fact_Code>1</Fact_Code>
  <Grow_Code>9</Grow_Code>
  <Grw_Father>sample string 22</Grw_Father>
  <Grw_Name>sample string 21</Grw_Name>
  <InNursury>17</InNursury>
  <IndentDate>2026-01-16T18:22:15.86093+05:30</IndentDate>
  <Indent_Type>3</Indent_Type>
  <Land_Type>15</Land_Type>
  <Plant_Type>25</Plant_Type>
  <PlantingDate>2026-01-16T18:22:15.86093+05:30</PlantingDate>
  <Plot_Vill_Code>7</Plot_Vill_Code>
  <Season>2</Season>
  <Seed_Source>13</Seed_Source>
  <Seed_Type>14</Seed_Type>
  <Standing_Crop>26</Standing_Crop>
  <Sup_Grw_Code>24</Sup_Grw_Code>
  <Sup_Vill_Code>23</Sup_Vill_Code>
  <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>
</GrowerIndentEntry_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/" />