POST api/AddVillage
Request Information
URI Parameters
None.
Body Parameters
ADDVILLAGE| Name | Description | Type | Additional information |
|---|---|---|---|
| EMP_ID | string |
None. |
|
| VM_ID | string |
None. |
|
| STATE_ID | string |
None. |
|
| DISTRICT_ID | string |
None. |
|
| TALUKA_ID | string |
None. |
|
| VILLAGE_NAME | string |
None. |
|
| TYPE | string |
None. |
|
| EXTRA1 | string |
None. |
|
| EXTRA2 | string |
None. |
|
| EXTRA3 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EMP_ID": "sample string 1",
"VM_ID": "sample string 2",
"STATE_ID": "sample string 3",
"DISTRICT_ID": "sample string 4",
"TALUKA_ID": "sample string 5",
"VILLAGE_NAME": "sample string 6",
"TYPE": "sample string 7",
"EXTRA1": "sample string 8",
"EXTRA2": "sample string 9",
"EXTRA3": "sample string 10"
}
text/plain
Sample:
{"EMP_ID":"sample string 1","VM_ID":"sample string 2","STATE_ID":"sample string 3","DISTRICT_ID":"sample string 4","TALUKA_ID":"sample string 5","VILLAGE_NAME":"sample string 6","TYPE":"sample string 7","EXTRA1":"sample string 8","EXTRA2":"sample string 9","EXTRA3":"sample string 10"}
application/xml, text/xml
Sample:
<ADDVILLAGE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiSangamAgro.Controllers"> <DISTRICT_ID>sample string 4</DISTRICT_ID> <EMP_ID>sample string 1</EMP_ID> <EXTRA1>sample string 8</EXTRA1> <EXTRA2>sample string 9</EXTRA2> <EXTRA3>sample string 10</EXTRA3> <STATE_ID>sample string 3</STATE_ID> <TALUKA_ID>sample string 5</TALUKA_ID> <TYPE>sample string 7</TYPE> <VILLAGE_NAME>sample string 6</VILLAGE_NAME> <VM_ID>sample string 2</VM_ID> </ADDVILLAGE>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |