POST api/Transaction/GenearteSeedReservation

Request Information

URI Parameters

None.

Body Parameters

Sead_Reservation
NameDescriptionTypeAdditional information
Fact_Code

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.

Request Formats

application/json, text/json

Sample:
{
  "Fact_Code": 1,
  "Season": 2,
  "Reservation_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,
  "Area": 11.0,
  "Production": 12.0,
  "Qty_Dist": 13.0,
  "Qty_Self": 14.0,
  "Crop_Condition": 64,
  "Seed_Nursary": 64,
  "SeedNursary_Type": 64,
  "Entry_Date": "2026-01-16T18:22:09.5788258+05:30"
}

application/xml, text/xml

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

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