POST api/LogisticActivityNewTaskReport?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": "f1dd555e-8494-4ccd-91e1-0efbd78027e7",
"ActivityId": "f808cd35-dbda-41fb-88eb-d5aa0d9d6fe8",
"ActivityTaskId": "sample string 3",
"ActivityTaskTypeId": "9ea2a8f1-e73b-4b6d-aa16-3c00bb62b270",
"POSId": "743ef52d-e691-4630-b551-88d6a4ac99c9",
"Latitude": 6.0,
"Longitude": 7.0,
"ReportPOIElementTypeStatusId": "a00df7a0-ec77-4986-b6b4-6dfc632c8f80"
}
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
}