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": "0427671c-5e33-46de-a77d-075dc8fdb087",
"ActivityId": "9354ab10-fdb0-43d2-9588-8df563c74848",
"ActivityTaskId": "sample string 3",
"ActivityTaskTypeId": "411fbaed-2325-4347-afa5-207a9b9e3b6a",
"POSId": "3582fcd2-a7aa-4463-b86c-6d93c3b3f018",
"Latitude": 6.0,
"Longitude": 7.0,
"ReportPOIElementTypeStatusId": "8ecac392-537d-443f-8a4e-5cf0ea4cb24b"
}
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
}