GET api/LabelPrintTemplate/Client/{ClientId}
Get label print templates for client
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | 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": "86f82c26-820a-463b-97df-f933a4b56479",
"ClientId": "bf441810-d35f-4e6b-9de0-d6a0ddef0683",
"SystemUserId": "97867729-8459-4529-856c-f0216bf73aeb",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "8a4b8580-a5ee-4e3e-a5c2-e9bce2b59686",
"DpakLayoutId": "5023a5c7-2fa7-45c4-9921-a62f9cc97fb6",
"FpakPrinterId": "e28264c3-07df-4b26-8b95-1fbb0c877d40",
"DpakPrinterId": "1410414e-b646-4062-998f-495428c89e2d",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "0d193ff0-cbfa-4ce7-ae18-36720107670d",
"ClientId": "230e5f4f-b506-454a-ae9c-cd757270ade0",
"LabelPrintTemplateId": "2484ffaa-c147-4f27-93a0-cd8099f618bd",
"ProductId": "a34452f9-405f-4ed5-8df7-93ea19fd7490",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:33:31.8886009+02:00",
"BestBeforeDate": "2026-08-24T14:33:31.8886009+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": "0d193ff0-cbfa-4ce7-ae18-36720107670d",
"ClientId": "230e5f4f-b506-454a-ae9c-cd757270ade0",
"LabelPrintTemplateId": "2484ffaa-c147-4f27-93a0-cd8099f618bd",
"ProductId": "a34452f9-405f-4ed5-8df7-93ea19fd7490",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:33:31.8886009+02:00",
"BestBeforeDate": "2026-08-24T14:33:31.8886009+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": "86f82c26-820a-463b-97df-f933a4b56479",
"ClientId": "bf441810-d35f-4e6b-9de0-d6a0ddef0683",
"SystemUserId": "97867729-8459-4529-856c-f0216bf73aeb",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "8a4b8580-a5ee-4e3e-a5c2-e9bce2b59686",
"DpakLayoutId": "5023a5c7-2fa7-45c4-9921-a62f9cc97fb6",
"FpakPrinterId": "e28264c3-07df-4b26-8b95-1fbb0c877d40",
"DpakPrinterId": "1410414e-b646-4062-998f-495428c89e2d",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "0d193ff0-cbfa-4ce7-ae18-36720107670d",
"ClientId": "230e5f4f-b506-454a-ae9c-cd757270ade0",
"LabelPrintTemplateId": "2484ffaa-c147-4f27-93a0-cd8099f618bd",
"ProductId": "a34452f9-405f-4ed5-8df7-93ea19fd7490",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:33:31.8886009+02:00",
"BestBeforeDate": "2026-08-24T14:33:31.8886009+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": "0d193ff0-cbfa-4ce7-ae18-36720107670d",
"ClientId": "230e5f4f-b506-454a-ae9c-cd757270ade0",
"LabelPrintTemplateId": "2484ffaa-c147-4f27-93a0-cd8099f618bd",
"ProductId": "a34452f9-405f-4ed5-8df7-93ea19fd7490",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:33:31.8886009+02:00",
"BestBeforeDate": "2026-08-24T14:33:31.8886009+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
}
]
}
]