GET api/LabelPrintTemplate/Client/{ClientId}

Get label print templates for client

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ClientId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of LabelPrintTemplate
NameDescriptionTypeAdditional information
LabelPrintTemplateId

globally unique identifier

None.

ClientId

globally unique identifier

None.

SystemUserId

globally unique identifier

None.

TemplateName

string

None.

QtyDecimal

integer

None.

FpakWeightDecimal

integer

None.

DpakWeightDecimal

integer

None.

FpakWeightType

integer

None.

FpakWeightText

string

None.

DpakWeightType

integer

None.

DpakWeightText

string

None.

FpakLayoutId

globally unique identifier

None.

DpakLayoutId

globally unique identifier

None.

FpakPrinterId

globally unique identifier

None.

DpakPrinterId

globally unique identifier

None.

UseLocalPrinterConfig

boolean

None.

FpakPrinterName

string

None.

FpakPrinterIP

string

None.

FpakPrinterPort

integer

None.

DpakPrinterName

string

None.

DpakPrinterIP

string

None.

DpakPrinterPort

integer

None.

TemplateLines

Collection of LabelPrintTemplateLine

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "LabelPrintTemplateId": "a00067b5-4061-4d35-93e2-012bf9cd2e83",
    "ClientId": "5556d5fa-01d6-446c-897b-f9b166dfad24",
    "SystemUserId": "dc946a5d-70ad-4bbd-9fee-3438b42ced12",
    "TemplateName": "sample string 4",
    "QtyDecimal": 5,
    "FpakWeightDecimal": 6,
    "DpakWeightDecimal": 7,
    "FpakWeightType": 8,
    "FpakWeightText": "sample string 9",
    "DpakWeightType": 10,
    "DpakWeightText": "sample string 11",
    "FpakLayoutId": "8c7f4501-dea0-4c16-8133-d878999f0fdc",
    "DpakLayoutId": "de8e167b-16ef-4fa1-9661-f546c0141756",
    "FpakPrinterId": "3e432a30-d51c-4834-8b70-f6e3db207084",
    "DpakPrinterId": "367f06d6-1fc9-4a70-90c9-3072b51e40b2",
    "UseLocalPrinterConfig": true,
    "FpakPrinterName": "sample string 17",
    "FpakPrinterIP": "sample string 18",
    "FpakPrinterPort": 19,
    "DpakPrinterName": "sample string 20",
    "DpakPrinterIP": "sample string 21",
    "DpakPrinterPort": 22,
    "TemplateLines": [
      {
        "LabelPrintTemplateLineId": "b0209a9b-9c6b-4e13-afad-0a508e99884d",
        "ClientId": "a918a580-ee79-4e7e-8b11-c14469bfeadd",
        "LabelPrintTemplateId": "49dcde15-a7c2-4b37-a8ca-3ddce05acc62",
        "ProductId": "dcb8424e-8dfc-4637-ba7f-63317f30f500",
        "LineNo": 5,
        "ProductNumber": "sample string 6",
        "ProductName": "sample string 7",
        "LabelingName": "sample string 8",
        "ProductionDate": "2026-06-25T11:34:38.2046516+02:00",
        "BestBeforeDate": "2026-06-25T11:34:38.2046516+02:00",
        "BatchNumber": "sample string 11",
        "FpakGtin": "sample string 12",
        "FpakQtyPrint": 13,
        "DpakNoOfFpak": 14,
        "DpakWeight": 15.0,
        "DpakQtyPrint": 16,
        "DpakGtin": "sample string 17",
        "DpakNetWeight": 18.0,
        "FpakWeight": 19.0,
        "FpakNetWeight": 20.0,
        "FpakLabelPrice": 21.0,
        "IsVariableQuantity": true,
        "ForthStampDays": 23
      },
      {
        "LabelPrintTemplateLineId": "b0209a9b-9c6b-4e13-afad-0a508e99884d",
        "ClientId": "a918a580-ee79-4e7e-8b11-c14469bfeadd",
        "LabelPrintTemplateId": "49dcde15-a7c2-4b37-a8ca-3ddce05acc62",
        "ProductId": "dcb8424e-8dfc-4637-ba7f-63317f30f500",
        "LineNo": 5,
        "ProductNumber": "sample string 6",
        "ProductName": "sample string 7",
        "LabelingName": "sample string 8",
        "ProductionDate": "2026-06-25T11:34:38.2046516+02:00",
        "BestBeforeDate": "2026-06-25T11:34:38.2046516+02:00",
        "BatchNumber": "sample string 11",
        "FpakGtin": "sample string 12",
        "FpakQtyPrint": 13,
        "DpakNoOfFpak": 14,
        "DpakWeight": 15.0,
        "DpakQtyPrint": 16,
        "DpakGtin": "sample string 17",
        "DpakNetWeight": 18.0,
        "FpakWeight": 19.0,
        "FpakNetWeight": 20.0,
        "FpakLabelPrice": 21.0,
        "IsVariableQuantity": true,
        "ForthStampDays": 23
      }
    ]
  },
  {
    "LabelPrintTemplateId": "a00067b5-4061-4d35-93e2-012bf9cd2e83",
    "ClientId": "5556d5fa-01d6-446c-897b-f9b166dfad24",
    "SystemUserId": "dc946a5d-70ad-4bbd-9fee-3438b42ced12",
    "TemplateName": "sample string 4",
    "QtyDecimal": 5,
    "FpakWeightDecimal": 6,
    "DpakWeightDecimal": 7,
    "FpakWeightType": 8,
    "FpakWeightText": "sample string 9",
    "DpakWeightType": 10,
    "DpakWeightText": "sample string 11",
    "FpakLayoutId": "8c7f4501-dea0-4c16-8133-d878999f0fdc",
    "DpakLayoutId": "de8e167b-16ef-4fa1-9661-f546c0141756",
    "FpakPrinterId": "3e432a30-d51c-4834-8b70-f6e3db207084",
    "DpakPrinterId": "367f06d6-1fc9-4a70-90c9-3072b51e40b2",
    "UseLocalPrinterConfig": true,
    "FpakPrinterName": "sample string 17",
    "FpakPrinterIP": "sample string 18",
    "FpakPrinterPort": 19,
    "DpakPrinterName": "sample string 20",
    "DpakPrinterIP": "sample string 21",
    "DpakPrinterPort": 22,
    "TemplateLines": [
      {
        "LabelPrintTemplateLineId": "b0209a9b-9c6b-4e13-afad-0a508e99884d",
        "ClientId": "a918a580-ee79-4e7e-8b11-c14469bfeadd",
        "LabelPrintTemplateId": "49dcde15-a7c2-4b37-a8ca-3ddce05acc62",
        "ProductId": "dcb8424e-8dfc-4637-ba7f-63317f30f500",
        "LineNo": 5,
        "ProductNumber": "sample string 6",
        "ProductName": "sample string 7",
        "LabelingName": "sample string 8",
        "ProductionDate": "2026-06-25T11:34:38.2046516+02:00",
        "BestBeforeDate": "2026-06-25T11:34:38.2046516+02:00",
        "BatchNumber": "sample string 11",
        "FpakGtin": "sample string 12",
        "FpakQtyPrint": 13,
        "DpakNoOfFpak": 14,
        "DpakWeight": 15.0,
        "DpakQtyPrint": 16,
        "DpakGtin": "sample string 17",
        "DpakNetWeight": 18.0,
        "FpakWeight": 19.0,
        "FpakNetWeight": 20.0,
        "FpakLabelPrice": 21.0,
        "IsVariableQuantity": true,
        "ForthStampDays": 23
      },
      {
        "LabelPrintTemplateLineId": "b0209a9b-9c6b-4e13-afad-0a508e99884d",
        "ClientId": "a918a580-ee79-4e7e-8b11-c14469bfeadd",
        "LabelPrintTemplateId": "49dcde15-a7c2-4b37-a8ca-3ddce05acc62",
        "ProductId": "dcb8424e-8dfc-4637-ba7f-63317f30f500",
        "LineNo": 5,
        "ProductNumber": "sample string 6",
        "ProductName": "sample string 7",
        "LabelingName": "sample string 8",
        "ProductionDate": "2026-06-25T11:34:38.2046516+02:00",
        "BestBeforeDate": "2026-06-25T11:34:38.2046516+02:00",
        "BatchNumber": "sample string 11",
        "FpakGtin": "sample string 12",
        "FpakQtyPrint": 13,
        "DpakNoOfFpak": 14,
        "DpakWeight": 15.0,
        "DpakQtyPrint": 16,
        "DpakGtin": "sample string 17",
        "DpakNetWeight": 18.0,
        "FpakWeight": 19.0,
        "FpakNetWeight": 20.0,
        "FpakLabelPrice": 21.0,
        "IsVariableQuantity": true,
        "ForthStampDays": 23
      }
    ]
  }
]