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": "55fb5f3f-9669-47bc-863e-8570a8d1b18c",
"ClientId": "113ad93f-ad3c-4e7f-abd8-42a50fa84cd5",
"SystemUserId": "5ce47a9c-10d2-4d91-9afd-8dd454c57af1",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "edc71640-d6fe-401d-b49c-5c9173d43401",
"DpakLayoutId": "f40d5bae-3f40-4b30-806d-ed72f0bd63c8",
"FpakPrinterId": "ad78f511-08da-4755-894b-c2abf6e52644",
"DpakPrinterId": "30686b98-6185-417c-8a2e-7d4617bfd373",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "98216241-aeb6-417e-83bb-211c9cf8643e",
"ClientId": "33a7238b-dd5e-4fa3-ba40-6a30a674cd78",
"LabelPrintTemplateId": "7428eff2-4186-4c33-94ca-f24e5856e2c7",
"ProductId": "3f207a52-fb6f-47a6-a4e7-b9475203a5d2",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:35:10.2735363+02:00",
"BestBeforeDate": "2026-08-24T14:35:10.2735363+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": "98216241-aeb6-417e-83bb-211c9cf8643e",
"ClientId": "33a7238b-dd5e-4fa3-ba40-6a30a674cd78",
"LabelPrintTemplateId": "7428eff2-4186-4c33-94ca-f24e5856e2c7",
"ProductId": "3f207a52-fb6f-47a6-a4e7-b9475203a5d2",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:35:10.2735363+02:00",
"BestBeforeDate": "2026-08-24T14:35:10.2735363+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": "55fb5f3f-9669-47bc-863e-8570a8d1b18c",
"ClientId": "113ad93f-ad3c-4e7f-abd8-42a50fa84cd5",
"SystemUserId": "5ce47a9c-10d2-4d91-9afd-8dd454c57af1",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "edc71640-d6fe-401d-b49c-5c9173d43401",
"DpakLayoutId": "f40d5bae-3f40-4b30-806d-ed72f0bd63c8",
"FpakPrinterId": "ad78f511-08da-4755-894b-c2abf6e52644",
"DpakPrinterId": "30686b98-6185-417c-8a2e-7d4617bfd373",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "98216241-aeb6-417e-83bb-211c9cf8643e",
"ClientId": "33a7238b-dd5e-4fa3-ba40-6a30a674cd78",
"LabelPrintTemplateId": "7428eff2-4186-4c33-94ca-f24e5856e2c7",
"ProductId": "3f207a52-fb6f-47a6-a4e7-b9475203a5d2",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:35:10.2735363+02:00",
"BestBeforeDate": "2026-08-24T14:35:10.2735363+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": "98216241-aeb6-417e-83bb-211c9cf8643e",
"ClientId": "33a7238b-dd5e-4fa3-ba40-6a30a674cd78",
"LabelPrintTemplateId": "7428eff2-4186-4c33-94ca-f24e5856e2c7",
"ProductId": "3f207a52-fb6f-47a6-a4e7-b9475203a5d2",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:35:10.2735363+02:00",
"BestBeforeDate": "2026-08-24T14:35:10.2735363+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
}
]
}
]