POST api/Transaction/AadharVerification
Request Information
URI Parameters
None.
Body Parameters
AadharVerification| Name | Description | Type | Additional information |
|---|---|---|---|
| Fact_Code | integer |
None. |
|
| Vill_Code | integer |
None. |
|
| Grow_Code | integer |
None. |
|
| Grow_Name | string |
None. |
|
| Father_Name | string |
None. |
|
| OldNewGrowFlag | integer |
None. |
|
| Oper_Code | string |
None. |
|
| Entry_date | date |
None. |
|
| EntryTime | integer |
None. |
|
| AadharImage | string |
None. |
|
| Flag | string |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Fact_Code": 1,
"Vill_Code": 2,
"Grow_Code": 3,
"Grow_Name": "sample string 4",
"Father_Name": "sample string 5",
"OldNewGrowFlag": 6,
"Oper_Code": "sample string 7",
"Entry_date": "2026-05-23T16:06:40.0959438+05:30",
"EntryTime": 9,
"AadharImage": "sample string 10",
"Flag": "sample string 11",
"Latitude": 12.1,
"Longitude": 13.1
}
application/xml, text/xml
Sample:
<AadharVerification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CDS_WebAPI.Models"> <AadharImage>sample string 10</AadharImage> <EntryTime>9</EntryTime> <Entry_date>2026-05-23T16:06:40.0959438+05:30</Entry_date> <Fact_Code>1</Fact_Code> <Father_Name>sample string 5</Father_Name> <Flag>sample string 11</Flag> <Grow_Code>3</Grow_Code> <Grow_Name>sample string 4</Grow_Name> <Latitude>12.1</Latitude> <Longitude>13.1</Longitude> <OldNewGrowFlag>6</OldNewGrowFlag> <Oper_Code>sample string 7</Oper_Code> <Vill_Code>2</Vill_Code> </AadharVerification>
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/" />