GET api/LogisticActivityTypeList?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
LogisticActivityTypeResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Item | ActivityTypeQry |
None. |
|
| Items | Collection of ActivityTypeQry |
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": "78951fd4-3bc9-45ea-860a-d3c82207d3ea",
"Code": "sample string 2",
"Name": "sample string 3",
"FreeTasksOrder": true,
"RoutePathNeeded": true,
"HardConfirmations": true,
"AutoTaskAtProximityMeters": 7
},
"Items": [
{
"Id": "78951fd4-3bc9-45ea-860a-d3c82207d3ea",
"Code": "sample string 2",
"Name": "sample string 3",
"FreeTasksOrder": true,
"RoutePathNeeded": true,
"HardConfirmations": true,
"AutoTaskAtProximityMeters": 7
},
{
"Id": "78951fd4-3bc9-45ea-860a-d3c82207d3ea",
"Code": "sample string 2",
"Name": "sample string 3",
"FreeTasksOrder": true,
"RoutePathNeeded": true,
"HardConfirmations": true,
"AutoTaskAtProximityMeters": 7
}
],
"Error": true,
"ErrorCode": "sample string 2",
"ErrorDescription": "sample string 3",
"Warnings": "sample string 4",
"AccessGranted": true
}