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

application/json

application/json

curl -X GET "https://example.com/api/manufacturer/v1/document/invoice?isArchived=false"
Empty
{  "error": "ORDER_NOT_FOUND",  "message": "Order not found"}
{  "error": "ORDER_NOT_FOUND",  "message": "Order not found"}