POST api/LogisticActivityTaskReport?key={key}&signature={signature}&accountId={accountId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
key

string

Required

signature

string

Required

accountId

string

Required

Body Parameters

NewActivityTaskReportPOST
NameDescriptionTypeAdditional 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": "10ac709c-fa66-4055-9d61-66551637de9e",
  "ActivityId": "e7681600-968c-4788-b965-4aafff482a5c",
  "ActivityTaskId": "sample string 3",
  "ActivityTaskTypeId": "06f0843c-f3b0-4231-8c9d-7528f2d603c5",
  "POSId": "73e5a405-2409-4992-926c-30e8fcec3424",
  "Latitude": 6.0,
  "Longitude": 7.0,
  "ReportPOIElementTypeStatusId": "99dc8af8-aa28-455c-b9ee-d4238bebbff7"
}

Response Information

Resource Description

BasicResult
NameDescriptionTypeAdditional 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
}