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
NewActivityTaskReportPOSTName | 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": "ef67d1ac-94e3-47bf-931f-5a164119c258", "ActivityId": "ea060086-ddb9-4530-93c0-9cf209e29e1c", "ActivityTaskId": "sample string 3", "ActivityTaskTypeId": "41c2aa65-745b-491a-9f5a-dc2dacaa3c5e", "POSId": "078e5f36-e18b-4d26-8bff-36adf7aa00dc", "Latitude": 6.0, "Longitude": 7.0, "ReportPOIElementTypeStatusId": "01486bf2-af23-4400-a48a-76612a99bbaf" }
Response Information
Resource Description
BasicResultName | 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 }