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": "90138e06-ae58-4bb4-82a1-e6801c0d576b",
"Code": "sample string 2",
"Name": "sample string 3",
"Latitude": 4.0,
"Longitude": 5.0,
"DistanceMeters": 6.0,
"POIElementId": "052b3a9e-2812-458b-8c57-757fe0000331",
"VehicleId": "36372984-4dae-4af2-8b6c-e0459a26a199"
},
"Items": [
{
"Id": "90138e06-ae58-4bb4-82a1-e6801c0d576b",
"Code": "sample string 2",
"Name": "sample string 3",
"Latitude": 4.0,
"Longitude": 5.0,
"DistanceMeters": 6.0,
"POIElementId": "052b3a9e-2812-458b-8c57-757fe0000331",
"VehicleId": "36372984-4dae-4af2-8b6c-e0459a26a199"
},
{
"Id": "90138e06-ae58-4bb4-82a1-e6801c0d576b",
"Code": "sample string 2",
"Name": "sample string 3",
"Latitude": 4.0,
"Longitude": 5.0,
"DistanceMeters": 6.0,
"POIElementId": "052b3a9e-2812-458b-8c57-757fe0000331",
"VehicleId": "36372984-4dae-4af2-8b6c-e0459a26a199"
}
],
"Error": true,
"ErrorCode": "sample string 2",
"ErrorDescription": "sample string 3",
"Warnings": "sample string 4",
"AccessGranted": true
}