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": "a93b2637-3117-4a1a-b752-abf2b0979fdf",
"ClientId": "8c8e5930-3382-4efc-921c-16140bda1a95",
"SystemUserId": "516f06ee-8dc9-4361-a562-92f3125030c3",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "377b8a17-9b4b-4ea5-b696-725918584e0a",
"DpakLayoutId": "511c6fff-ef50-4840-b531-4fed2f2a8bc1",
"FpakPrinterId": "61416f24-9617-4dae-8e60-55e6d70e9ba3",
"DpakPrinterId": "f39f6f92-53bb-4e02-b05e-8fe09c3b951e",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "697dea9b-a942-45dd-b45f-353e0f39c0e0",
"ClientId": "8881cf90-02e0-4fc1-b5c1-46749d3c4588",
"LabelPrintTemplateId": "35b1846d-e848-443c-b5f1-86c7e9af1056",
"ProductId": "1ee7a807-3a79-4d8e-a78b-85be028ec1e4",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:33:29.6303626+02:00",
"BestBeforeDate": "2026-08-24T14:33:29.6303626+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": "697dea9b-a942-45dd-b45f-353e0f39c0e0",
"ClientId": "8881cf90-02e0-4fc1-b5c1-46749d3c4588",
"LabelPrintTemplateId": "35b1846d-e848-443c-b5f1-86c7e9af1056",
"ProductId": "1ee7a807-3a79-4d8e-a78b-85be028ec1e4",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:33:29.6303626+02:00",
"BestBeforeDate": "2026-08-24T14:33:29.6303626+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": "a93b2637-3117-4a1a-b752-abf2b0979fdf",
"ClientId": "8c8e5930-3382-4efc-921c-16140bda1a95",
"SystemUserId": "516f06ee-8dc9-4361-a562-92f3125030c3",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "377b8a17-9b4b-4ea5-b696-725918584e0a",
"DpakLayoutId": "511c6fff-ef50-4840-b531-4fed2f2a8bc1",
"FpakPrinterId": "61416f24-9617-4dae-8e60-55e6d70e9ba3",
"DpakPrinterId": "f39f6f92-53bb-4e02-b05e-8fe09c3b951e",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "697dea9b-a942-45dd-b45f-353e0f39c0e0",
"ClientId": "8881cf90-02e0-4fc1-b5c1-46749d3c4588",
"LabelPrintTemplateId": "35b1846d-e848-443c-b5f1-86c7e9af1056",
"ProductId": "1ee7a807-3a79-4d8e-a78b-85be028ec1e4",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:33:29.6303626+02:00",
"BestBeforeDate": "2026-08-24T14:33:29.6303626+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": "697dea9b-a942-45dd-b45f-353e0f39c0e0",
"ClientId": "8881cf90-02e0-4fc1-b5c1-46749d3c4588",
"LabelPrintTemplateId": "35b1846d-e848-443c-b5f1-86c7e9af1056",
"ProductId": "1ee7a807-3a79-4d8e-a78b-85be028ec1e4",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:33:29.6303626+02:00",
"BestBeforeDate": "2026-08-24T14:33:29.6303626+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
}
]
}
]