GET api/LabelPrintTemplate/Client/{ClientId}/User/{UserId}
Get label print templates for system user
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | globally unique identifier |
Required |
|
| UserId | 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": "0642d15c-7601-428e-aa14-8b4bc96c9755",
"ClientId": "f8cce5c4-1f32-4393-8d4f-5945296338d4",
"SystemUserId": "58ac4709-d79c-4088-8284-8844d985e562",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "e1ebfdd4-db96-482f-8946-f2587716e3f9",
"DpakLayoutId": "f74c0360-ecb9-450c-b1f4-a0363ec21680",
"FpakPrinterId": "33f2d94e-6f53-49a2-9d34-eb08a53d01ee",
"DpakPrinterId": "ceb42ba7-efbb-4fc4-93d3-0ca5be7948db",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "cd38cff5-dedc-42e1-aea7-7870f3971ffe",
"ClientId": "2a621b51-9d4f-47a1-8d51-94df8a3d8613",
"LabelPrintTemplateId": "601cd949-e79f-49ed-9ca2-410afe90f0d0",
"ProductId": "8706d9f1-6439-49ce-9ecd-be08a8a4fa1a",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:18:04.091292+02:00",
"BestBeforeDate": "2026-08-24T14:18:04.091292+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": "cd38cff5-dedc-42e1-aea7-7870f3971ffe",
"ClientId": "2a621b51-9d4f-47a1-8d51-94df8a3d8613",
"LabelPrintTemplateId": "601cd949-e79f-49ed-9ca2-410afe90f0d0",
"ProductId": "8706d9f1-6439-49ce-9ecd-be08a8a4fa1a",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:18:04.091292+02:00",
"BestBeforeDate": "2026-08-24T14:18:04.091292+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": "0642d15c-7601-428e-aa14-8b4bc96c9755",
"ClientId": "f8cce5c4-1f32-4393-8d4f-5945296338d4",
"SystemUserId": "58ac4709-d79c-4088-8284-8844d985e562",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "e1ebfdd4-db96-482f-8946-f2587716e3f9",
"DpakLayoutId": "f74c0360-ecb9-450c-b1f4-a0363ec21680",
"FpakPrinterId": "33f2d94e-6f53-49a2-9d34-eb08a53d01ee",
"DpakPrinterId": "ceb42ba7-efbb-4fc4-93d3-0ca5be7948db",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "cd38cff5-dedc-42e1-aea7-7870f3971ffe",
"ClientId": "2a621b51-9d4f-47a1-8d51-94df8a3d8613",
"LabelPrintTemplateId": "601cd949-e79f-49ed-9ca2-410afe90f0d0",
"ProductId": "8706d9f1-6439-49ce-9ecd-be08a8a4fa1a",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:18:04.091292+02:00",
"BestBeforeDate": "2026-08-24T14:18:04.091292+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": "cd38cff5-dedc-42e1-aea7-7870f3971ffe",
"ClientId": "2a621b51-9d4f-47a1-8d51-94df8a3d8613",
"LabelPrintTemplateId": "601cd949-e79f-49ed-9ca2-410afe90f0d0",
"ProductId": "8706d9f1-6439-49ce-9ecd-be08a8a4fa1a",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:18:04.091292+02:00",
"BestBeforeDate": "2026-08-24T14:18:04.091292+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
}
]
}
]