POST api/location/suggest
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.External.Api.Location.Query.LocationSuggestQueryDataContractName | Description | Type | Additional information |
---|---|---|---|
Text | string |
None. |
|
SuggestSize | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "Text": "sample string 1", "SuggestSize": 2 }
Response Information
Resource Description
Collection of Dezrez.Core.DataContracts.External.Api.Location.Query.LocationSuggestDataContractName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
Name | string |
None. |
|
Type | string |
None. |
|
Source | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "sample string 1", "Name": "sample string 2", "Type": "sample string 3", "Source": "sample string 4" }, { "Id": "sample string 1", "Name": "sample string 2", "Type": "sample string 3", "Source": "sample string 4" } ]