GET City/Get/{ID}
Get City detail by ID
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultModelOfCityDetailModelName | Description | Type | Additional information |
---|---|---|---|
StatusCode | string |
None. |
|
StatusMessage | string |
None. |
|
Value | CityDetailModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": "sample string 1", "StatusMessage": "sample string 2", "Value": { "Area": { "ID": 1, "DistrictID": 2, "Code": "sample string 3", "Name": "sample string 4" }, "ID": 1, "AreaID": 2, "Code": "sample string 3", "Name": "sample string 4" } }