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": "50bc7921-7082-4012-99df-42b15c9b607c",
"ClientId": "9d023512-0078-4a19-8c06-b55a8eb92cd2",
"SystemUserId": "c7674b8d-aa82-460a-8874-122bcb6a6591",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "906de5d4-f898-4055-8c03-9d12de8421ae",
"DpakLayoutId": "44b21cc6-4af5-442b-91a5-89e381f32f71",
"FpakPrinterId": "22f3d3ab-c9c6-4b4e-a353-97d180e117dd",
"DpakPrinterId": "433f9013-6a5d-4b48-8584-465a5b388369",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "6e10579c-ca9d-4315-acda-132cbb5f1cc1",
"ClientId": "455495d2-e6e4-447d-aa3e-6d7de5ae0258",
"LabelPrintTemplateId": "e7be2b5e-5a24-478c-bcf5-c1c3527ceca9",
"ProductId": "94116de9-52b6-46bf-a497-146e3368cd64",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:33:13.4943673+02:00",
"BestBeforeDate": "2026-08-24T14:33:13.4943673+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": "6e10579c-ca9d-4315-acda-132cbb5f1cc1",
"ClientId": "455495d2-e6e4-447d-aa3e-6d7de5ae0258",
"LabelPrintTemplateId": "e7be2b5e-5a24-478c-bcf5-c1c3527ceca9",
"ProductId": "94116de9-52b6-46bf-a497-146e3368cd64",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:33:13.4943673+02:00",
"BestBeforeDate": "2026-08-24T14:33:13.4943673+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": "50bc7921-7082-4012-99df-42b15c9b607c",
"ClientId": "9d023512-0078-4a19-8c06-b55a8eb92cd2",
"SystemUserId": "c7674b8d-aa82-460a-8874-122bcb6a6591",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "906de5d4-f898-4055-8c03-9d12de8421ae",
"DpakLayoutId": "44b21cc6-4af5-442b-91a5-89e381f32f71",
"FpakPrinterId": "22f3d3ab-c9c6-4b4e-a353-97d180e117dd",
"DpakPrinterId": "433f9013-6a5d-4b48-8584-465a5b388369",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "6e10579c-ca9d-4315-acda-132cbb5f1cc1",
"ClientId": "455495d2-e6e4-447d-aa3e-6d7de5ae0258",
"LabelPrintTemplateId": "e7be2b5e-5a24-478c-bcf5-c1c3527ceca9",
"ProductId": "94116de9-52b6-46bf-a497-146e3368cd64",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:33:13.4943673+02:00",
"BestBeforeDate": "2026-08-24T14:33:13.4943673+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": "6e10579c-ca9d-4315-acda-132cbb5f1cc1",
"ClientId": "455495d2-e6e4-447d-aa3e-6d7de5ae0258",
"LabelPrintTemplateId": "e7be2b5e-5a24-478c-bcf5-c1c3527ceca9",
"ProductId": "94116de9-52b6-46bf-a497-146e3368cd64",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:33:13.4943673+02:00",
"BestBeforeDate": "2026-08-24T14:33:13.4943673+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
}
]
}
]