POST api/Pincode_Updation
Request Information
URI Parameters
None.
Body Parameters
PINCODE_UPDATE| Name | Description | Type | Additional information |
|---|---|---|---|
| FARMER_ID | string |
None. |
|
| STATE_ID | string |
None. |
|
| DISTRICT_ID | string |
None. |
|
| TALUKA_ID | string |
None. |
|
| VILLAGE | string |
None. |
|
| PINCODE | string |
None. |
|
| LATITUDE | string |
None. |
|
| LONGITUDE | string |
None. |
|
| EXTRA1 | string |
None. |
|
| EXTRA2 | string |
None. |
|
| EXTRA3 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FARMER_ID": "sample string 1",
"STATE_ID": "sample string 2",
"DISTRICT_ID": "sample string 3",
"TALUKA_ID": "sample string 4",
"VILLAGE": "sample string 5",
"PINCODE": "sample string 6",
"LATITUDE": "sample string 7",
"LONGITUDE": "sample string 8",
"EXTRA1": "sample string 9",
"EXTRA2": "sample string 10",
"EXTRA3": "sample string 11"
}
application/xml, text/xml
Sample:
<PINCODE_UPDATE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Agroverse.Models"> <DISTRICT_ID>sample string 3</DISTRICT_ID> <EXTRA1>sample string 9</EXTRA1> <EXTRA2>sample string 10</EXTRA2> <EXTRA3>sample string 11</EXTRA3> <FARMER_ID>sample string 1</FARMER_ID> <LATITUDE>sample string 7</LATITUDE> <LONGITUDE>sample string 8</LONGITUDE> <PINCODE>sample string 6</PINCODE> <STATE_ID>sample string 2</STATE_ID> <TALUKA_ID>sample string 4</TALUKA_ID> <VILLAGE>sample string 5</VILLAGE> </PINCODE_UPDATE>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |