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
PostFinishActivity| Name | 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": "5798712b-bbef-40fa-91c9-ee06652cd69f",
"DriverId": "f91e48e8-055d-40fe-bff4-5ec1fa0c5987",
"TotalWeight": 3.0
}
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
}