POST api/Transaction/ModDelIndent

Request Information

URI Parameters

None.

Body Parameters

GrowerIndentModDel_CDS
NameDescriptionTypeAdditional information
Fact_Code

integer

None.

Transaction_No

integer

None.

ModDelFlag

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,
  "Transaction_No": 2,
  "ModDelFlag": 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,
  "Seed_Type": 16,
  "Land_Type": 17,
  "Border_Crop": 18,
  "InNursury": 19,
  "IndentDate": "2026-01-16T18:21:59.2449465+05:30",
  "PlantingDate": "2026-01-16T18:21:59.2449465+05:30",
  "Entry_Date": "2026-01-16T18:21:59.2449465+05:30",
  "Grw_Name": "sample string 23",
  "Grw_Father": "sample string 24",
  "Sup_Vill_Code": 25,
  "Sup_Grw_Code": 26,
  "Plant_Type": 27,
  "Standing_Crop": 28
}

application/xml, text/xml

Sample:
<GrowerIndentModDel_CDS 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>
  <Border_Crop>18</Border_Crop>
  <CDA_Code>sample string 8</CDA_Code>
  <Entry_Date>2026-01-16T18:21:59.2449465+05:30</Entry_Date>
  <Fact_Code>1</Fact_Code>
  <Grow_Code>11</Grow_Code>
  <Grw_Father>sample string 24</Grw_Father>
  <Grw_Name>sample string 23</Grw_Name>
  <InNursury>19</InNursury>
  <IndentDate>2026-01-16T18:21:59.2449465+05:30</IndentDate>
  <Indent_Type>5</Indent_Type>
  <Land_Type>17</Land_Type>
  <ModDelFlag>3</ModDelFlag>
  <Plant_Type>27</Plant_Type>
  <PlantingDate>2026-01-16T18:21:59.2449465+05:30</PlantingDate>
  <Plot_Vill_Code>9</Plot_Vill_Code>
  <Season>4</Season>
  <Seed_Source>15</Seed_Source>
  <Seed_Type>16</Seed_Type>
  <Standing_Crop>28</Standing_Crop>
  <Sup_Grw_Code>26</Sup_Grw_Code>
  <Sup_Vill_Code>25</Sup_Vill_Code>
  <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>
</GrowerIndentModDel_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/" />