API DocumentationManufacturer document template controller
Get document template by language and type
Retrieves a specific document template for the current operator by language and template type
AuthorizationBearer <token>
In: header
Query Parameters
languagestring
Language of the document template
typestring
Type of the document template
Response Body
curl -X GET "http://m-api-dev.phas.io/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