Confirm order arrival by Id

This method allows you to report vehi­cle arrival for spe­cif­ic trans­porta­tion order. It is avail­able for sent and received orders for Ship­pers and Car­ri­ers.

Url parameters and connection settings

  • URL: https://api.platform.trans.eu
  • End­point: /ext/orders-api/v1/orders-created/{orderId}/arrived
  • Method: POST

Headers

  • Con­tent-type: application/json
  • Accept: application/json
  • Autho­riza­tion: Bear­er {access_token}
  • Api-key: {unique_ap­p_api-key}

Authorization and access

Autho­riza­tion process is described here. Each API request must also con­sist of unique Api-key obtained dur­ing appli­ca­tion reg­is­tra­tion togeth­er with client_id and client_secret.

Requirements

You can con­firm vehi­cle arrival for order in sta­tus – wait­ing-for-arrival-con­fir­ma­tion.

Request example

{
  "arrived_at": "2021-10-22T11:00:00+0600"
}

Response

Response for prop­er­ly giv­en order id is HTTP code 204 with no con­tent.