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": "d37f587c-762f-4e73-979e-302b2343ad8c",
"ActivityId": "d9c89fde-7855-4cc9-a250-2d78882cecee",
"ActivityTaskId": "sample string 3",
"ActivityTaskTypeId": "db5910e0-128a-4899-a5bf-e4f97b4d6eb8",
"POSId": "35ef74d9-79be-4260-83e9-2abf51d2679f",
"Latitude": 6.0,
"Longitude": 7.0,
"ReportPOIElementTypeStatusId": "396e1c56-99f3-409d-8e21-14f249623a75"
}
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
}