GET api/SuggestCity?query={query}
Get cities for Modern Events portal
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| query |
The query to search for |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Unique list of city suggestions
Collection of SuggestResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| City | string |
None. |
|
| Tag | string |
None. |
|
| GeoLocation | GeographyPoint |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"City": "sample string 1",
"Tag": "sample string 2",
"GeoLocation": null
},
{
"City": "sample string 1",
"Tag": "sample string 2",
"GeoLocation": null
}
]