GET City/Get/{id}
Gets the specified identifier.
Request Information
URI Parameters
| Name | Type | Additional information | Description |
|---|---|---|---|
| id | integer |
Required |
The identifier. |
Body Parameters
None.
Response Information
Resource Description
City| Name | Type | Additional information | Description |
|---|---|---|---|
| ID | integer |
None. |
|
| CountryId | integer |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"CountryId": 2,
"Name": "sample string 3"
}