PUT api/City
Request Information
URI Parameters
None.
Body Parameters
CITY_MASTER| Name | Description | Type | Additional information |
|---|---|---|---|
| City_id | integer |
None. |
|
| Taluka_id | integer |
None. |
|
| City | string |
None. |
|
| City_RL | string |
None. |
|
| User_name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"City_id": 1,
"Taluka_id": 2,
"City": "sample string 3",
"City_RL": "sample string 4",
"User_name": "sample string 5"
}
application/xml, text/xml
Sample:
<CITY_MASTER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Finex_api.Models"> <City>sample string 3</City> <City_RL>sample string 4</City_RL> <City_id>1</City_id> <Taluka_id>2</Taluka_id> <User_name>sample string 5</User_name> </CITY_MASTER>
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. |