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": "309d3ffa-a02b-446c-a38c-b670bdf4bee6",
"ClientId": "8b75bccf-d05b-44ce-88d3-3c4ca6158a55",
"SystemUserId": "124bcdf4-cd4a-476d-901a-af9b14116430",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "7701f0e4-7073-43df-867b-aebcfda3169d",
"DpakLayoutId": "6889942c-d351-48c3-a7fa-00785bc2a165",
"FpakPrinterId": "daa736bf-bff2-4c3c-92fa-a84af6911c07",
"DpakPrinterId": "619b10aa-609e-4752-a3c4-e9414316f9ba",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "68e094df-1357-4fc2-abf7-8d389e8d0a3c",
"ClientId": "cb438694-91e2-46d6-89a2-71cbb12ca928",
"LabelPrintTemplateId": "96e76886-6ecb-4fa5-80c7-d302fe582df6",
"ProductId": "8f895b58-1780-4a18-92cb-81b227f0ace3",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:35:04.6119015+02:00",
"BestBeforeDate": "2026-08-24T14:35:04.6119015+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": "68e094df-1357-4fc2-abf7-8d389e8d0a3c",
"ClientId": "cb438694-91e2-46d6-89a2-71cbb12ca928",
"LabelPrintTemplateId": "96e76886-6ecb-4fa5-80c7-d302fe582df6",
"ProductId": "8f895b58-1780-4a18-92cb-81b227f0ace3",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:35:04.6119015+02:00",
"BestBeforeDate": "2026-08-24T14:35:04.6119015+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": "309d3ffa-a02b-446c-a38c-b670bdf4bee6",
"ClientId": "8b75bccf-d05b-44ce-88d3-3c4ca6158a55",
"SystemUserId": "124bcdf4-cd4a-476d-901a-af9b14116430",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "7701f0e4-7073-43df-867b-aebcfda3169d",
"DpakLayoutId": "6889942c-d351-48c3-a7fa-00785bc2a165",
"FpakPrinterId": "daa736bf-bff2-4c3c-92fa-a84af6911c07",
"DpakPrinterId": "619b10aa-609e-4752-a3c4-e9414316f9ba",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "68e094df-1357-4fc2-abf7-8d389e8d0a3c",
"ClientId": "cb438694-91e2-46d6-89a2-71cbb12ca928",
"LabelPrintTemplateId": "96e76886-6ecb-4fa5-80c7-d302fe582df6",
"ProductId": "8f895b58-1780-4a18-92cb-81b227f0ace3",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:35:04.6119015+02:00",
"BestBeforeDate": "2026-08-24T14:35:04.6119015+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": "68e094df-1357-4fc2-abf7-8d389e8d0a3c",
"ClientId": "cb438694-91e2-46d6-89a2-71cbb12ca928",
"LabelPrintTemplateId": "96e76886-6ecb-4fa5-80c7-d302fe582df6",
"ProductId": "8f895b58-1780-4a18-92cb-81b227f0ace3",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:35:04.6119015+02:00",
"BestBeforeDate": "2026-08-24T14:35:04.6119015+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
}
]
}
]