GET api/LogisticActivityPOSSearch?key={key}&signature={signature}&accountId={accountId}&activityId={activityId}&latitude={latitude}&longitude={longitude}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
|
| signature | string |
Required |
|
| accountId | string |
Required |
|
| activityId | string |
Required |
|
| latitude | decimal number |
Required |
|
| longitude | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
LogisticActivityPOSResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Item | ActivityPOSQry |
None. |
|
| Items | Collection of ActivityPOSQry |
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": "01c5e651-d65b-47dd-a4a0-71ca41570a30",
"Code": "sample string 2",
"Name": "sample string 3",
"Latitude": 4.0,
"Longitude": 5.0,
"DistanceMeters": 6.0,
"POIElementId": "3315806c-6bb7-4a02-92f4-c9b8b6c7084a",
"VehicleId": "ce6c475c-fd52-4b86-a458-fb535fa03b39"
},
"Items": [
{
"Id": "01c5e651-d65b-47dd-a4a0-71ca41570a30",
"Code": "sample string 2",
"Name": "sample string 3",
"Latitude": 4.0,
"Longitude": 5.0,
"DistanceMeters": 6.0,
"POIElementId": "3315806c-6bb7-4a02-92f4-c9b8b6c7084a",
"VehicleId": "ce6c475c-fd52-4b86-a458-fb535fa03b39"
},
{
"Id": "01c5e651-d65b-47dd-a4a0-71ca41570a30",
"Code": "sample string 2",
"Name": "sample string 3",
"Latitude": 4.0,
"Longitude": 5.0,
"DistanceMeters": 6.0,
"POIElementId": "3315806c-6bb7-4a02-92f4-c9b8b6c7084a",
"VehicleId": "ce6c475c-fd52-4b86-a458-fb535fa03b39"
}
],
"Error": true,
"ErrorCode": "sample string 2",
"ErrorDescription": "sample string 3",
"Warnings": "sample string 4",
"AccessGranted": true
}