API DocumentationManufacturer document controller

Generate invoice Excel file

GET
/api/manufacturer/v1/document/invoice

Generates an Excel spreadsheet with invoice data for the specified operator

Authorization

Phasio API Bearer Token
AuthorizationBearer <token>

In: header

Query Parameters

isArchived?boolean

Whether to include archived orders

Response Body

application/octet-stream

curl -X GET "https://example.com/api/manufacturer/v1/document/invoice?isArchived=false"
Empty
Empty
Empty