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": "4d472a0b-251d-42e2-8895-e5539c1220ce",
"Code": "sample string 2",
"Name": "sample string 3",
"Latitude": 4.0,
"Longitude": 5.0,
"DistanceMeters": 6.0,
"POIElementId": "243cd880-2b43-471b-9f70-c5dc1f0d5e1f",
"VehicleId": "5863851d-f635-4199-a08b-b791dda6bf19"
},
"Items": [
{
"Id": "4d472a0b-251d-42e2-8895-e5539c1220ce",
"Code": "sample string 2",
"Name": "sample string 3",
"Latitude": 4.0,
"Longitude": 5.0,
"DistanceMeters": 6.0,
"POIElementId": "243cd880-2b43-471b-9f70-c5dc1f0d5e1f",
"VehicleId": "5863851d-f635-4199-a08b-b791dda6bf19"
},
{
"Id": "4d472a0b-251d-42e2-8895-e5539c1220ce",
"Code": "sample string 2",
"Name": "sample string 3",
"Latitude": 4.0,
"Longitude": 5.0,
"DistanceMeters": 6.0,
"POIElementId": "243cd880-2b43-471b-9f70-c5dc1f0d5e1f",
"VehicleId": "5863851d-f635-4199-a08b-b791dda6bf19"
}
],
"Error": true,
"ErrorCode": "sample string 2",
"ErrorDescription": "sample string 3",
"Warnings": "sample string 4",
"AccessGranted": true
}