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": "da0d31b8-7622-4f42-af1c-c4efbb9d0ca7",
"ActivityId": "114b8ae9-db8b-473e-9909-08dd3cf47d66",
"ActivityTaskId": "sample string 3",
"ActivityTaskTypeId": "194094ce-b988-40e4-a7c3-75d7f761839f",
"POSId": "d65e1bc7-9a0d-40d7-a528-192d5bf3d459",
"Latitude": 6.0,
"Longitude": 7.0,
"ReportPOIElementTypeStatusId": "641f3d7e-4ed7-4f3a-8eed-4008c95a2131"
}
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
}