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": "25fcbaea-6fd9-4736-afbd-7a95bf9143cf",
"ClientId": "fbcdecab-82e8-4415-bf32-6150d8c66299",
"SystemUserId": "96eb1338-a676-4567-8288-c01ac94afa98",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "fb88f4ea-ea82-40bd-b26c-3d07e4c40e75",
"DpakLayoutId": "df4b0417-c674-4a7f-8679-d2342720f47c",
"FpakPrinterId": "32a1873a-c13c-4021-9f2a-11d94ab0f1d0",
"DpakPrinterId": "c8272b54-f35a-4de2-98b5-c5911d21512c",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "5fe83462-4b55-40a6-af4c-6889e12d8863",
"ClientId": "244ca90d-d6bf-4091-b5a7-01edec7573ab",
"LabelPrintTemplateId": "6276ef2f-2f5d-48de-84da-55efd9ba7921",
"ProductId": "c88681a3-f6dd-4ef7-80c1-bf22114aaa08",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-06-25T16:26:23.0620425+02:00",
"BestBeforeDate": "2026-06-25T16:26:23.0620425+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": "5fe83462-4b55-40a6-af4c-6889e12d8863",
"ClientId": "244ca90d-d6bf-4091-b5a7-01edec7573ab",
"LabelPrintTemplateId": "6276ef2f-2f5d-48de-84da-55efd9ba7921",
"ProductId": "c88681a3-f6dd-4ef7-80c1-bf22114aaa08",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-06-25T16:26:23.0620425+02:00",
"BestBeforeDate": "2026-06-25T16:26:23.0620425+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": "25fcbaea-6fd9-4736-afbd-7a95bf9143cf",
"ClientId": "fbcdecab-82e8-4415-bf32-6150d8c66299",
"SystemUserId": "96eb1338-a676-4567-8288-c01ac94afa98",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "fb88f4ea-ea82-40bd-b26c-3d07e4c40e75",
"DpakLayoutId": "df4b0417-c674-4a7f-8679-d2342720f47c",
"FpakPrinterId": "32a1873a-c13c-4021-9f2a-11d94ab0f1d0",
"DpakPrinterId": "c8272b54-f35a-4de2-98b5-c5911d21512c",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "5fe83462-4b55-40a6-af4c-6889e12d8863",
"ClientId": "244ca90d-d6bf-4091-b5a7-01edec7573ab",
"LabelPrintTemplateId": "6276ef2f-2f5d-48de-84da-55efd9ba7921",
"ProductId": "c88681a3-f6dd-4ef7-80c1-bf22114aaa08",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-06-25T16:26:23.0620425+02:00",
"BestBeforeDate": "2026-06-25T16:26:23.0620425+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": "5fe83462-4b55-40a6-af4c-6889e12d8863",
"ClientId": "244ca90d-d6bf-4091-b5a7-01edec7573ab",
"LabelPrintTemplateId": "6276ef2f-2f5d-48de-84da-55efd9ba7921",
"ProductId": "c88681a3-f6dd-4ef7-80c1-bf22114aaa08",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-06-25T16:26:23.0620425+02:00",
"BestBeforeDate": "2026-06-25T16:26:23.0620425+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
}
]
}
]