POST api/Transaction/ModDelSeedReservation

Request Information

URI Parameters

None.

Body Parameters

SeadReservationModDel
NameDescriptionTypeAdditional information
Fact_Code

integer

None.

Transaction_No

integer

None.

ModDel_Flag

integer

None.

Season

integer

None.

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

Area

decimal number

None.

Production

decimal number

None.

Qty_Dist

decimal number

None.

Qty_Self

decimal number

None.

Crop_Condition

byte

None.

Seed_Nursary

byte

None.

SeedNursary_Type

byte

None.

Entry_Date

date

None.

Inter_Crop

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Fact_Code": 1,
  "Transaction_No": 2,
  "ModDel_Flag": 3,
  "Season": 4,
  "Reservation_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,
  "Area": 13.0,
  "Production": 14.0,
  "Qty_Dist": 15.0,
  "Qty_Self": 16.0,
  "Crop_Condition": 64,
  "Seed_Nursary": 64,
  "SeedNursary_Type": 64,
  "Entry_Date": "2026-01-16T18:22:13.7535654+05:30",
  "Inter_Crop": 21
}

application/xml, text/xml

Sample:
<SeadReservationModDel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CDS_WebAPI.Models">
  <Area>13</Area>
  <CDA_Code>sample string 8</CDA_Code>
  <Crop_Condition>64</Crop_Condition>
  <Entry_Date>2026-01-16T18:22:13.7535654+05:30</Entry_Date>
  <Fact_Code>1</Fact_Code>
  <Grow_Code>11</Grow_Code>
  <Inter_Crop>21</Inter_Crop>
  <ModDel_Flag>3</ModDel_Flag>
  <Plot_Vill_Code>9</Plot_Vill_Code>
  <Production>14</Production>
  <Qty_Dist>15</Qty_Dist>
  <Qty_Self>16</Qty_Self>
  <Reservation_Type>5</Reservation_Type>
  <Season>4</Season>
  <SeedNursary_Type>64</SeedNursary_Type>
  <Seed_Nursary>64</Seed_Nursary>
  <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>
</SeadReservationModDel>

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