API DocumentationManufacturer document controller

Generate custom template document

Generates a PDF document using a custom template for the specified order

GET
/api/manufacturer/v1/document/{orderId}/custom
AuthorizationBearer <token>

In: header

Path Parameters

orderIdinteger

ID of the order

Formatint64

Query Parameters

templateIdinteger

ID of the custom template

Formatint64

Response Body

curl -X GET "http://m-api-dev.phas.io/api/manufacturer/v1/document/1/custom?templateId=42"
Empty
Empty
Empty