POST api/Transaction/Registration_Entry
Request Information
URI Parameters
None.
Body Parameters
Reg_Entry| Name | Description | Type | Additional information |
|---|---|---|---|
| Fact_Code | integer |
None. |
|
| Oper_Code | string |
None. |
|
| Vill_Code | integer |
None. |
|
| Grow_Code | integer |
None. |
|
| Grow_Name | string |
None. |
|
| Grow_father | string |
None. |
|
| Aadhar_Number | string |
None. |
|
| Phone_Number | string |
None. |
|
| Bank_Code | integer |
None. |
|
| Bank_Account | string |
None. |
|
| Mode_Code | byte |
None. |
|
| Centre_Code | integer |
None. |
|
| Indent_Centre_Code | integer |
None. |
|
| Grower_Address | string |
None. |
|
| Plot_Vill_Address | string |
None. |
|
| Grower_Photo | string |
None. |
|
| Grower_Photo_ID | string |
None. |
|
| Grower_Bank_Photo | string |
None. |
|
| OldNewFlag | byte |
None. |
|
| Cast_Flag | byte |
None. |
|
| Grower_AddId_Photo | string |
None. |
|
| Aadhar_Photo | string |
None. |
|
| DateofBirth | date |
None. |
|
| Gender | string |
None. |
|
| OldNewGrowFlag | integer |
None. |
|
| VerifyAadharNo | integer |
None. |
|
| EntryTime | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Fact_Code": 1,
"Oper_Code": "sample string 2",
"Vill_Code": 3,
"Grow_Code": 4,
"Grow_Name": "sample string 5",
"Grow_father": "sample string 6",
"Aadhar_Number": "sample string 7",
"Phone_Number": "sample string 8",
"Bank_Code": 9,
"Bank_Account": "sample string 10",
"Mode_Code": 64,
"Centre_Code": 12,
"Indent_Centre_Code": 13,
"Grower_Address": "sample string 14",
"Plot_Vill_Address": "sample string 15",
"Grower_Photo": "sample string 16",
"Grower_Photo_ID": "sample string 17",
"Grower_Bank_Photo": "sample string 18",
"OldNewFlag": 64,
"Cast_Flag": 64,
"Grower_AddId_Photo": "sample string 21",
"Aadhar_Photo": "sample string 22",
"DateofBirth": "2026-05-23T16:06:39.5181186+05:30",
"Gender": "sample string 24",
"OldNewGrowFlag": 25,
"VerifyAadharNo": 26,
"EntryTime": 27
}
application/xml, text/xml
Sample:
<Reg_Entry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CDS_WebAPI.Models"> <Aadhar_Number>sample string 7</Aadhar_Number> <Aadhar_Photo>sample string 22</Aadhar_Photo> <Bank_Account>sample string 10</Bank_Account> <Bank_Code>9</Bank_Code> <Cast_Flag>64</Cast_Flag> <Centre_Code>12</Centre_Code> <DateofBirth>2026-05-23T16:06:39.5181186+05:30</DateofBirth> <EntryTime>27</EntryTime> <Fact_Code>1</Fact_Code> <Gender>sample string 24</Gender> <Grow_Code>4</Grow_Code> <Grow_Name>sample string 5</Grow_Name> <Grow_father>sample string 6</Grow_father> <Grower_AddId_Photo>sample string 21</Grower_AddId_Photo> <Grower_Address>sample string 14</Grower_Address> <Grower_Bank_Photo>sample string 18</Grower_Bank_Photo> <Grower_Photo>sample string 16</Grower_Photo> <Grower_Photo_ID>sample string 17</Grower_Photo_ID> <Indent_Centre_Code>13</Indent_Centre_Code> <Mode_Code>64</Mode_Code> <OldNewFlag>64</OldNewFlag> <OldNewGrowFlag>25</OldNewGrowFlag> <Oper_Code>sample string 2</Oper_Code> <Phone_Number>sample string 8</Phone_Number> <Plot_Vill_Address>sample string 15</Plot_Vill_Address> <VerifyAadharNo>26</VerifyAadharNo> <Vill_Code>3</Vill_Code> </Reg_Entry>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
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/" />