This method allows you to confirm the execution of the order. This method is available for sent orders only.
Url parameters and connection settings
- URL: https://api.platform.trans.eu
- Endpoint: /ext/orders-api/v1/orders-created/{order-Id}/confirm
- Method: PATCH
Headers
- Content-type: application/json
- Accept: application/json
- Authorization: Bearer {access_token}
- Api-key: {unique_app_api-key}
Authorization and access
Authorization process is described here. Each API request must also consist of unique Api-key obtained during application registration together with client_id and client_secret.
Requirements
You can confirm order in statuses — waiting-for-arrival-confirmation, waiting-for-unloading-confirmation or waiting-for-confirmation.
Response
Response for properly given order id is Http code 204 with no content.