API DocumentationManufacturer document template controller

Get all document templates for operator

Retrieves all document templates associated with the current operator

GET
/api/manufacturer/v1/document-template
AuthorizationBearer <token>

In: header

Response Body

curl -X GET "http://m-api-dev.phas.io/api/manufacturer/v1/document-template"
[
  {
    "documentTemplateId": 0,
    "content": "string",
    "language": "string",
    "type": "string",
    "consignmentLabelSize": "string",
    "name": "string",
    "pageWidth": 0.1,
    "pageHeight": 0.1
  }
]
Empty