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": "6b2c95f0-4949-426d-84b3-3b702f282be8",
"ClientId": "f1c16a53-57f5-4d3f-87e7-e50414e10618",
"SystemUserId": "a77619e4-b593-436a-974e-e9b7efa818f0",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "e446b9d4-030a-4357-a2ca-e8f8a82ca9d3",
"DpakLayoutId": "d64ea0d0-396c-4469-917f-d652c30c6abe",
"FpakPrinterId": "425cacd1-6390-468e-8701-2c4a181df7b0",
"DpakPrinterId": "3f6ba1e9-8590-41fd-82e4-04027b629898",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "3d961cb1-94ad-4914-be5e-09cb37a803dd",
"ClientId": "1ada95b0-6fd6-47d0-93ea-29c0945b71a0",
"LabelPrintTemplateId": "82d3d27e-bdf4-4dea-aa82-44018f3348b9",
"ProductId": "b539884e-6d48-482e-8ac0-64eec4f14f0e",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:16:36.6978051+02:00",
"BestBeforeDate": "2026-08-24T14:16:36.6978051+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": "3d961cb1-94ad-4914-be5e-09cb37a803dd",
"ClientId": "1ada95b0-6fd6-47d0-93ea-29c0945b71a0",
"LabelPrintTemplateId": "82d3d27e-bdf4-4dea-aa82-44018f3348b9",
"ProductId": "b539884e-6d48-482e-8ac0-64eec4f14f0e",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:16:36.6978051+02:00",
"BestBeforeDate": "2026-08-24T14:16:36.6978051+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": "6b2c95f0-4949-426d-84b3-3b702f282be8",
"ClientId": "f1c16a53-57f5-4d3f-87e7-e50414e10618",
"SystemUserId": "a77619e4-b593-436a-974e-e9b7efa818f0",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "e446b9d4-030a-4357-a2ca-e8f8a82ca9d3",
"DpakLayoutId": "d64ea0d0-396c-4469-917f-d652c30c6abe",
"FpakPrinterId": "425cacd1-6390-468e-8701-2c4a181df7b0",
"DpakPrinterId": "3f6ba1e9-8590-41fd-82e4-04027b629898",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "3d961cb1-94ad-4914-be5e-09cb37a803dd",
"ClientId": "1ada95b0-6fd6-47d0-93ea-29c0945b71a0",
"LabelPrintTemplateId": "82d3d27e-bdf4-4dea-aa82-44018f3348b9",
"ProductId": "b539884e-6d48-482e-8ac0-64eec4f14f0e",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:16:36.6978051+02:00",
"BestBeforeDate": "2026-08-24T14:16:36.6978051+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": "3d961cb1-94ad-4914-be5e-09cb37a803dd",
"ClientId": "1ada95b0-6fd6-47d0-93ea-29c0945b71a0",
"LabelPrintTemplateId": "82d3d27e-bdf4-4dea-aa82-44018f3348b9",
"ProductId": "b539884e-6d48-482e-8ac0-64eec4f14f0e",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:16:36.6978051+02:00",
"BestBeforeDate": "2026-08-24T14:16:36.6978051+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
}
]
}
]