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": "498f0adc-96bd-4b9f-85f8-26431760ed86",
"ClientId": "223ef528-5080-4200-9a03-25d758fd69e5",
"SystemUserId": "a92edbfa-bd24-44d8-997c-a4201e69d8c8",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "e5491f3d-41f3-42a8-bb06-f7c4401f8726",
"DpakLayoutId": "f3cce4be-a4b5-4977-9261-2b3b0ab9b97c",
"FpakPrinterId": "ac863c6d-e6c8-472d-bf9a-5bb59c6d53fc",
"DpakPrinterId": "7caaee01-f8ea-4dd3-8d23-34605346cfb0",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "d8334856-e985-4352-9113-48b88cee8295",
"ClientId": "590bc537-13d4-4af9-94a2-398e3cb2aa03",
"LabelPrintTemplateId": "9ff61603-1b79-4d82-a1f1-59fbf797287c",
"ProductId": "9342031a-a763-496c-b603-8932d7c3086f",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-06-25T16:08:40.6514634+02:00",
"BestBeforeDate": "2026-06-25T16:08:40.6514634+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": "d8334856-e985-4352-9113-48b88cee8295",
"ClientId": "590bc537-13d4-4af9-94a2-398e3cb2aa03",
"LabelPrintTemplateId": "9ff61603-1b79-4d82-a1f1-59fbf797287c",
"ProductId": "9342031a-a763-496c-b603-8932d7c3086f",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-06-25T16:08:40.6514634+02:00",
"BestBeforeDate": "2026-06-25T16:08:40.6514634+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": "498f0adc-96bd-4b9f-85f8-26431760ed86",
"ClientId": "223ef528-5080-4200-9a03-25d758fd69e5",
"SystemUserId": "a92edbfa-bd24-44d8-997c-a4201e69d8c8",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "e5491f3d-41f3-42a8-bb06-f7c4401f8726",
"DpakLayoutId": "f3cce4be-a4b5-4977-9261-2b3b0ab9b97c",
"FpakPrinterId": "ac863c6d-e6c8-472d-bf9a-5bb59c6d53fc",
"DpakPrinterId": "7caaee01-f8ea-4dd3-8d23-34605346cfb0",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "d8334856-e985-4352-9113-48b88cee8295",
"ClientId": "590bc537-13d4-4af9-94a2-398e3cb2aa03",
"LabelPrintTemplateId": "9ff61603-1b79-4d82-a1f1-59fbf797287c",
"ProductId": "9342031a-a763-496c-b603-8932d7c3086f",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-06-25T16:08:40.6514634+02:00",
"BestBeforeDate": "2026-06-25T16:08:40.6514634+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": "d8334856-e985-4352-9113-48b88cee8295",
"ClientId": "590bc537-13d4-4af9-94a2-398e3cb2aa03",
"LabelPrintTemplateId": "9ff61603-1b79-4d82-a1f1-59fbf797287c",
"ProductId": "9342031a-a763-496c-b603-8932d7c3086f",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-06-25T16:08:40.6514634+02:00",
"BestBeforeDate": "2026-06-25T16:08:40.6514634+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
}
]
}
]