Confirm order delivery by Id

This method allows you to con­firm the exe­cu­tion of the order. This method is avail­able for sent orders only.

Url parameters and connection settings

  • URL: https://api.platform.trans.eu
  • End­point: /ext/orders-api/v1/orders-created/{order-Id}/confirm
  • Method: PATCH

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 order in sta­tus­es — wait­ing-for-arrival-con­fir­ma­tion, wait­ing-for-unload­ing-con­fir­ma­tion or wait­ing-for-con­fir­ma­tion.

Response

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