POST api/Location/UpdateCity
Request Information
URI Parameters
None.
Body Parameters
CityDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| CityId | integer |
None. |
|
| CityName | string |
None. |
|
| PlaceId | string |
None. |
|
| StateId | integer |
None. |
|
| StateName | string |
None. |
|
| StateCode | string |
None. |
|
| CityNameWithState | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CityId": 1,
"CityName": "sample string 2",
"PlaceId": "sample string 3",
"StateId": 4,
"StateName": "sample string 5",
"StateCode": "sample string 6",
"CityNameWithState": "sample string 2, sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true