GET api/CustomerPOI?key={key}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
key | string |
Required |
Body Parameters
None.
Response Information
Resource Description
POIResultName | Description | Type | Additional information |
---|---|---|---|
POIs | Collection of POI |
None. |
|
Error | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "POIs": [ { "CustomerPlacemarkId": 1, "Id": "47746bd7-0c59-4124-95ae-f269d5184602", "Tag": "sample string 3", "Name": "sample string 4", "IconType": "sample string 5", "Icon": "sample string 6", "Latitude": 7.0, "Longitude": 8.0, "Owner": 9, "MarkplaceRadius": 10, "MarkplaceProximityRadius": 11, "Proximity": 12.1 }, { "CustomerPlacemarkId": 1, "Id": "47746bd7-0c59-4124-95ae-f269d5184602", "Tag": "sample string 3", "Name": "sample string 4", "IconType": "sample string 5", "Icon": "sample string 6", "Latitude": 7.0, "Longitude": 8.0, "Owner": 9, "MarkplaceRadius": 10, "MarkplaceProximityRadius": 11, "Proximity": 12.1 } ], "Error": "sample string 1" }