GET api/POIElementTypeStatus?key={key}&signature={signature}&accountId={accountId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
key | string |
Required |
|
signature | string |
Required |
|
accountId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
POIElementTypeStatusResultName | Description | Type | Additional information |
---|---|---|---|
Item | POIElementTypeStatusData |
None. |
|
Items | Collection of POIElementTypeStatusData |
None. |
|
Error | boolean |
None. |
|
ErrorCode | string |
None. |
|
ErrorDescription | string |
None. |
|
Warnings | string |
None. |
|
AccessGranted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Item": { "Id": "00091e87-bfb9-4ac6-bbf6-b6c1e739761d", "CustomerId": 2, "POIElementTypeId": "3140f736-b6d2-4a38-8bfb-0b9d3cad8781", "Order": 4, "Name": "sample string 5", "Code": "sample string 6", "Remarks": "sample string 7", "Opacity": 8.0 }, "Items": [ { "Id": "00091e87-bfb9-4ac6-bbf6-b6c1e739761d", "CustomerId": 2, "POIElementTypeId": "3140f736-b6d2-4a38-8bfb-0b9d3cad8781", "Order": 4, "Name": "sample string 5", "Code": "sample string 6", "Remarks": "sample string 7", "Opacity": 8.0 }, { "Id": "00091e87-bfb9-4ac6-bbf6-b6c1e739761d", "CustomerId": 2, "POIElementTypeId": "3140f736-b6d2-4a38-8bfb-0b9d3cad8781", "Order": 4, "Name": "sample string 5", "Code": "sample string 6", "Remarks": "sample string 7", "Opacity": 8.0 } ], "Error": true, "ErrorCode": "sample string 2", "ErrorDescription": "sample string 3", "Warnings": "sample string 4", "AccessGranted": true }