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": "82219ca4-c62e-4200-8158-c403d68d4f4c",
"ClientId": "f3139099-5465-4284-9bdc-ffab8f5d2d22",
"SystemUserId": "a22c87b0-06b3-400a-8971-897f63eee978",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "89814326-c4f8-477f-ac29-e46b7c3d3ec9",
"DpakLayoutId": "687dc93c-c3cc-4ec0-85b8-2577a5238651",
"FpakPrinterId": "2cc15032-7c03-4bb2-8dd4-1d1fe2e99a95",
"DpakPrinterId": "90543880-2184-420e-a582-573accd36dde",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "3b0e639d-b6a5-4e74-a6e8-dbdd830cd92a",
"ClientId": "04da7669-4183-4268-a6e5-357f5596073a",
"LabelPrintTemplateId": "85d1b698-437c-4ce7-9d63-b8fad3412b8b",
"ProductId": "c62b2c0d-cad5-4a49-b3d0-7fa238da5ad3",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:32:46.2566747+02:00",
"BestBeforeDate": "2026-08-24T14:32:46.2566747+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": "3b0e639d-b6a5-4e74-a6e8-dbdd830cd92a",
"ClientId": "04da7669-4183-4268-a6e5-357f5596073a",
"LabelPrintTemplateId": "85d1b698-437c-4ce7-9d63-b8fad3412b8b",
"ProductId": "c62b2c0d-cad5-4a49-b3d0-7fa238da5ad3",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:32:46.2566747+02:00",
"BestBeforeDate": "2026-08-24T14:32:46.2566747+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": "82219ca4-c62e-4200-8158-c403d68d4f4c",
"ClientId": "f3139099-5465-4284-9bdc-ffab8f5d2d22",
"SystemUserId": "a22c87b0-06b3-400a-8971-897f63eee978",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "89814326-c4f8-477f-ac29-e46b7c3d3ec9",
"DpakLayoutId": "687dc93c-c3cc-4ec0-85b8-2577a5238651",
"FpakPrinterId": "2cc15032-7c03-4bb2-8dd4-1d1fe2e99a95",
"DpakPrinterId": "90543880-2184-420e-a582-573accd36dde",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "3b0e639d-b6a5-4e74-a6e8-dbdd830cd92a",
"ClientId": "04da7669-4183-4268-a6e5-357f5596073a",
"LabelPrintTemplateId": "85d1b698-437c-4ce7-9d63-b8fad3412b8b",
"ProductId": "c62b2c0d-cad5-4a49-b3d0-7fa238da5ad3",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:32:46.2566747+02:00",
"BestBeforeDate": "2026-08-24T14:32:46.2566747+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": "3b0e639d-b6a5-4e74-a6e8-dbdd830cd92a",
"ClientId": "04da7669-4183-4268-a6e5-357f5596073a",
"LabelPrintTemplateId": "85d1b698-437c-4ce7-9d63-b8fad3412b8b",
"ProductId": "c62b2c0d-cad5-4a49-b3d0-7fa238da5ad3",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:32:46.2566747+02:00",
"BestBeforeDate": "2026-08-24T14:32:46.2566747+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
}
]
}
]