API DocumentationManufacturer document controller

Generate order traveller PDF

GET
/api/manufacturer/v1/document/{orderId}/order-traveller

Generates an order-level traveller PDF for the specified order, optionally using a custom named template

Authorization

Phasio API Bearer Token
AuthorizationBearer <token>

In: header

Path Parameters

orderId*integer

ID of the order

Query Parameters

templateName?string

Name of the ORDER_LEVEL_TRAVELLER custom template to use (optional)

Response Body

application/pdf

curl -X GET "https://example.com/api/manufacturer/v1/document/1/order-traveller"
Empty
Empty
Empty