GET api/LabelPrintTemplate/Client/{ClientId}
Get label print templates for client
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LabelPrintTemplate| Name | Description | Type | Additional 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": "49c67f17-6c94-4d97-9588-f987fb178bfa",
"ClientId": "0332cc20-c818-4d0b-aea1-c255bd4f503a",
"SystemUserId": "5d285558-250b-4f25-8875-3986ce72213c",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "db45a76c-df50-42ff-82c9-5a98fdbb5d70",
"DpakLayoutId": "6dcaaa41-4b2d-437f-9e6e-35c7e30c9888",
"FpakPrinterId": "372be727-a354-4f48-bff5-e706890b7df3",
"DpakPrinterId": "26f0f681-4e41-4547-b63d-713e55a61b55",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "e3b03d60-86d0-4657-8062-7f0a32689898",
"ClientId": "73d4ef72-e2cb-441f-9714-dbee359f0122",
"LabelPrintTemplateId": "4a974370-0991-40ba-bccb-3e6653e88359",
"ProductId": "3a6c8741-d3c1-4db7-92dc-38d243e97ec5",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-06-25T16:07:53.3970888+02:00",
"BestBeforeDate": "2026-06-25T16:07:53.3970888+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": "e3b03d60-86d0-4657-8062-7f0a32689898",
"ClientId": "73d4ef72-e2cb-441f-9714-dbee359f0122",
"LabelPrintTemplateId": "4a974370-0991-40ba-bccb-3e6653e88359",
"ProductId": "3a6c8741-d3c1-4db7-92dc-38d243e97ec5",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-06-25T16:07:53.3970888+02:00",
"BestBeforeDate": "2026-06-25T16:07:53.3970888+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": "49c67f17-6c94-4d97-9588-f987fb178bfa",
"ClientId": "0332cc20-c818-4d0b-aea1-c255bd4f503a",
"SystemUserId": "5d285558-250b-4f25-8875-3986ce72213c",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "db45a76c-df50-42ff-82c9-5a98fdbb5d70",
"DpakLayoutId": "6dcaaa41-4b2d-437f-9e6e-35c7e30c9888",
"FpakPrinterId": "372be727-a354-4f48-bff5-e706890b7df3",
"DpakPrinterId": "26f0f681-4e41-4547-b63d-713e55a61b55",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "e3b03d60-86d0-4657-8062-7f0a32689898",
"ClientId": "73d4ef72-e2cb-441f-9714-dbee359f0122",
"LabelPrintTemplateId": "4a974370-0991-40ba-bccb-3e6653e88359",
"ProductId": "3a6c8741-d3c1-4db7-92dc-38d243e97ec5",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-06-25T16:07:53.3970888+02:00",
"BestBeforeDate": "2026-06-25T16:07:53.3970888+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": "e3b03d60-86d0-4657-8062-7f0a32689898",
"ClientId": "73d4ef72-e2cb-441f-9714-dbee359f0122",
"LabelPrintTemplateId": "4a974370-0991-40ba-bccb-3e6653e88359",
"ProductId": "3a6c8741-d3c1-4db7-92dc-38d243e97ec5",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-06-25T16:07:53.3970888+02:00",
"BestBeforeDate": "2026-06-25T16:07:53.3970888+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
}
]
}
]