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": "3f5e7eb0-1a2b-4add-8b84-1c5038dbb843",
"ClientId": "77830b12-485e-4464-afb1-97897cc039fe",
"SystemUserId": "8cc38b0a-2a71-4fba-9df7-20c986be48db",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "ba897186-2a40-4544-9eef-4265ec808075",
"DpakLayoutId": "1bb39eaa-cb58-4e69-a8ff-7ab52143e66c",
"FpakPrinterId": "f287fa0a-6908-4ddb-b64e-5a3f52bf7ef5",
"DpakPrinterId": "4ac52ef9-c97f-4e40-9c74-8e1a9b252b75",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "efc8af62-fe8b-418d-99d1-55db03066472",
"ClientId": "471d47da-b738-4d38-b05e-395f0a1925d8",
"LabelPrintTemplateId": "cd3c6400-b125-466b-bb82-f95095a9ee37",
"ProductId": "201a05d6-cdac-4ec5-8eba-02cc52c5b4aa",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-06-25T16:49:09.2082281+02:00",
"BestBeforeDate": "2026-06-25T16:49:09.2082281+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": "efc8af62-fe8b-418d-99d1-55db03066472",
"ClientId": "471d47da-b738-4d38-b05e-395f0a1925d8",
"LabelPrintTemplateId": "cd3c6400-b125-466b-bb82-f95095a9ee37",
"ProductId": "201a05d6-cdac-4ec5-8eba-02cc52c5b4aa",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-06-25T16:49:09.2082281+02:00",
"BestBeforeDate": "2026-06-25T16:49:09.2082281+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": "3f5e7eb0-1a2b-4add-8b84-1c5038dbb843",
"ClientId": "77830b12-485e-4464-afb1-97897cc039fe",
"SystemUserId": "8cc38b0a-2a71-4fba-9df7-20c986be48db",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "ba897186-2a40-4544-9eef-4265ec808075",
"DpakLayoutId": "1bb39eaa-cb58-4e69-a8ff-7ab52143e66c",
"FpakPrinterId": "f287fa0a-6908-4ddb-b64e-5a3f52bf7ef5",
"DpakPrinterId": "4ac52ef9-c97f-4e40-9c74-8e1a9b252b75",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "efc8af62-fe8b-418d-99d1-55db03066472",
"ClientId": "471d47da-b738-4d38-b05e-395f0a1925d8",
"LabelPrintTemplateId": "cd3c6400-b125-466b-bb82-f95095a9ee37",
"ProductId": "201a05d6-cdac-4ec5-8eba-02cc52c5b4aa",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-06-25T16:49:09.2082281+02:00",
"BestBeforeDate": "2026-06-25T16:49:09.2082281+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": "efc8af62-fe8b-418d-99d1-55db03066472",
"ClientId": "471d47da-b738-4d38-b05e-395f0a1925d8",
"LabelPrintTemplateId": "cd3c6400-b125-466b-bb82-f95095a9ee37",
"ProductId": "201a05d6-cdac-4ec5-8eba-02cc52c5b4aa",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-06-25T16:49:09.2082281+02:00",
"BestBeforeDate": "2026-06-25T16:49:09.2082281+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
}
]
}
]