This method allows you to report vehicle arrival for specific transportation order. It is available for sent and received orders for Shippers and Carriers.
Url parameters and connection settings
- URL: https://api.platform.trans.eu
- Endpoint: /ext/orders-api/v1/orders-created/{orderId}/arrived
- Method: POST
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 vehicle arrival for order in status – waiting-for-arrival-confirmation.
Request example
{
"arrived_at": "2021-10-22T11:00:00+0600"
}
Response
Response for properly given order id is HTTP code 204 with no content.