order_id
parameter.order_id
path parameter is used to specify the unique identifier of the order for which the printable version is requested.order_id
(path parameter): The unique identifier of the order for which the printable version is requested.application/pdf
, indicating that the response body will be in PDF format. The response body will contain the printable version of the specified order.curl --location -g --request GET 'https://stage-api.etm-system.ru/api/air/orders/{{order_id}}/print' \
--header 'etm-auth-key: ' \
--header 'Authorization: Bearer <token>' \
--header 'Cookie: etmsessid=8Pwz9vY4oXUDj7ojfR5u1VdXsMW6xOVYosNxo08d'
{}