API DocumentationManufacturer document template controller

Get document template by language and type

GET
/api/manufacturer/v1/document-template/operator

Retrieves a specific document template for the current operator by language and template type

Authorization

Phasio API Bearer Token
AuthorizationBearer <token>

In: header

Query Parameters

language*string

Language of the document template

type*string

Type of the document template

Response Body

application/json

curl -X GET "https://example.com/api/manufacturer/v1/document-template/operator?language=string&type=string"
{  "documentTemplateId": 0,  "content": "string",  "language": "string",  "type": "string",  "consignmentLabelSize": "string",  "name": "string",  "pageWidth": 0.1,  "pageHeight": 0.1}
Empty
Empty