GET Geo/CitiesByIds
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ids | Collection of integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of CityViewName | Description | Type | Additional information |
---|---|---|---|
cityId | integer |
None. |
|
countryId | integer |
None. |
|
cityNameFull | string |
None. |
|
cityName | string |
None. |
|
cityAlias | string |
None. |
|
countryName | string |
None. |
|
regionId | integer |
None. |
|
regionName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "cityId": 1, "countryId": 2, "cityNameFull": "sample string 3", "cityName": "sample string 4", "cityAlias": "sample string 5", "countryName": "sample string 6", "regionId": 7, "regionName": "sample string 8" }, { "cityId": 1, "countryId": 2, "cityNameFull": "sample string 3", "cityName": "sample string 4", "cityAlias": "sample string 5", "countryName": "sample string 6", "regionId": 7, "regionName": "sample string 8" } ]