POST api/Transaction/Disease_Entry

Request Information

URI Parameters

None.

Body Parameters

Disease_Entry
NameDescriptionTypeAdditional information
Fact_Code

integer

None.

Season

integer

None.

Village_Clerk

string

None.

Vill_Code

integer

None.

Grw_Code

integer

None.

Var_Code

integer

None.

Disease_Type

byte

None.

Entry_Date

date

None.

Entry_Oper

string

None.

Disease_Code

integer

None.

Spray_Date

date

None.

Area

decimal number

None.

Permit_No

integer

None.

Item_Code

string

None.

Issue_Qty

decimal number

None.

Item_Rate

decimal number

None.

Spray_by

string

None.

Plot_Village

integer

None.

Subsidy_Rate

decimal number

None.

Pay_Farmer

decimal number

None.

Pay_Factory

decimal number

None.

Total_Cost

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "Fact_Code": 1,
  "Season": 2,
  "Village_Clerk": "sample string 3",
  "Vill_Code": 4,
  "Grw_Code": 5,
  "Var_Code": 6,
  "Disease_Type": 64,
  "Entry_Date": "2026-01-16T18:22:53.834464+05:30",
  "Entry_Oper": "sample string 9",
  "Disease_Code": 10,
  "Spray_Date": "2026-01-16T18:22:53.834464+05:30",
  "Area": 12.1,
  "Permit_No": 13,
  "Item_Code": "sample string 14",
  "Issue_Qty": 15.1,
  "Item_Rate": 16.1,
  "Spray_by": "sample string 17",
  "Plot_Village": 18,
  "Subsidy_Rate": 19.1,
  "Pay_Farmer": 20.1,
  "Pay_Factory": 21.1,
  "Total_Cost": 22.1
}

application/xml, text/xml

Sample:
<Disease_Entry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CDS_WebAPI.Models">
  <Area>12.1</Area>
  <Disease_Code>10</Disease_Code>
  <Disease_Type>64</Disease_Type>
  <Entry_Date>2026-01-16T18:22:53.834464+05:30</Entry_Date>
  <Entry_Oper>sample string 9</Entry_Oper>
  <Fact_Code>1</Fact_Code>
  <Grw_Code>5</Grw_Code>
  <Issue_Qty>15.1</Issue_Qty>
  <Item_Code>sample string 14</Item_Code>
  <Item_Rate>16.1</Item_Rate>
  <Pay_Factory>21.1</Pay_Factory>
  <Pay_Farmer>20.1</Pay_Farmer>
  <Permit_No>13</Permit_No>
  <Plot_Village>18</Plot_Village>
  <Season>2</Season>
  <Spray_Date>2026-01-16T18:22:53.834464+05:30</Spray_Date>
  <Spray_by>sample string 17</Spray_by>
  <Subsidy_Rate>19.1</Subsidy_Rate>
  <Total_Cost>22.1</Total_Cost>
  <Var_Code>6</Var_Code>
  <Vill_Code>4</Vill_Code>
  <Village_Clerk>sample string 3</Village_Clerk>
</Disease_Entry>

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