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": "78e77dbf-29ab-4a6d-b900-e61a6f22780d",
"DriverId": "85377574-6aec-42d5-a056-a67b5ced5977",
"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
}