POST api/LogisticActivityTaskReport?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
NewActivityTaskReportPOST| Name | Description | Type | Additional information |
|---|---|---|---|
| DriverId | globally unique identifier |
None. |
|
| ActivityId | globally unique identifier |
None. |
|
| ActivityTaskId | string |
None. |
|
| ActivityTaskTypeId | globally unique identifier |
None. |
|
| POSId | globally unique identifier |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
|
| ReportPOIElementTypeStatusId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"DriverId": "e033c57b-db86-4739-a2da-51b511f1019d",
"ActivityId": "324a718d-54dd-4895-9e30-53ca136a702d",
"ActivityTaskId": "sample string 3",
"ActivityTaskTypeId": "e8285031-6890-4c35-9803-118dc6b403e1",
"POSId": "dc8ef4bb-c77d-43b3-b5f5-fc37c73d60ff",
"Latitude": 6.0,
"Longitude": 7.0,
"ReportPOIElementTypeStatusId": "a9d5ee1a-65f2-496b-84ab-78d188e0360e"
}
Response Information
Resource Description
BasicResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Error | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorDescription | string |
None. |
|
| Warnings | string |
None. |
|
| AccessGranted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Error": true,
"ErrorCode": "sample string 2",
"ErrorDescription": "sample string 3",
"Warnings": "sample string 4",
"AccessGranted": true
}