POST api/Transaction/ModDelSubsidyEntry

Request Information

URI Parameters

None.

Body Parameters

SubsidyEntryModDel
NameDescriptionTypeAdditional information
Fact_Code

integer

None.

Transaction_No

integer

None.

ModDelFlag

integer

None.

Season

integer

None.

Village_Clerk

string

None.

Vill_Code

integer

None.

Grw_Code

integer

None.

Var_Code

integer

None.

Subsidy_Type

byte

None.

Entry_Date

date

None.

Entry_Oper

string

None.

Seed_Source

byte

None.

Inter_Crop

integer

None.

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

Subsidy_Rate

decimal number

None.

Plot_Village

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Fact_Code": 1,
  "Transaction_No": 2,
  "ModDelFlag": 3,
  "Season": 4,
  "Village_Clerk": "sample string 5",
  "Vill_Code": 6,
  "Grw_Code": 7,
  "Var_Code": 8,
  "Subsidy_Type": 64,
  "Entry_Date": "2026-01-16T18:21:45.1242109+05:30",
  "Entry_Oper": "sample string 11",
  "Seed_Source": 64,
  "Inter_Crop": 13,
  "Distribution_Date": "2026-01-16T18:21:45.1252105+05:30",
  "Area": 15.1,
  "Permit_No": 16,
  "Item_Code": "sample string 17",
  "Issue_Qty": 18.1,
  "Item_Rate": 19.1,
  "Subsidy_Rate": 20.1,
  "Plot_Village": 21
}

application/xml, text/xml

Sample:
<SubsidyEntryModDel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CDS_WebAPI.Models">
  <Area>15.1</Area>
  <Distribution_Date>2026-01-16T18:21:45.1252105+05:30</Distribution_Date>
  <Entry_Date>2026-01-16T18:21:45.1242109+05:30</Entry_Date>
  <Entry_Oper>sample string 11</Entry_Oper>
  <Fact_Code>1</Fact_Code>
  <Grw_Code>7</Grw_Code>
  <Inter_Crop>13</Inter_Crop>
  <Issue_Qty>18.1</Issue_Qty>
  <Item_Code>sample string 17</Item_Code>
  <Item_Rate>19.1</Item_Rate>
  <ModDelFlag>3</ModDelFlag>
  <Permit_No>16</Permit_No>
  <Plot_Village>21</Plot_Village>
  <Season>4</Season>
  <Seed_Source>64</Seed_Source>
  <Subsidy_Rate>20.1</Subsidy_Rate>
  <Subsidy_Type>64</Subsidy_Type>
  <Transaction_No>2</Transaction_No>
  <Var_Code>8</Var_Code>
  <Vill_Code>6</Vill_Code>
  <Village_Clerk>sample string 5</Village_Clerk>
</SubsidyEntryModDel>

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