POST api/LogisticActivityFinish?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
PostFinishActivityName | Description | Type | Additional information |
---|---|---|---|
ActivityId | globally unique identifier |
None. |
|
DriverId | globally unique identifier |
None. |
|
TotalWeight | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "ActivityId": "8ba6dca9-e422-4503-bc87-50af77fb876b", "DriverId": "b61b70fc-efa7-4062-9d3b-20a0d49b48ae", "TotalWeight": 3.0 }
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 }