API DocumentationManufacturer document controller

Generate invoice PDF

GET
/api/manufacturer/v1/document/{orderId}/invoice

Generates an invoice PDF document for the specified order

Authorization

Phasio API Bearer Token
AuthorizationBearer <token>

In: header

Path Parameters

orderId*integer

ID of the order to generate invoice for

Response Body

application/pdf

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