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": "9887b064-d999-43d4-acb2-ceb20b166ad8",
"ClientId": "f130fc4c-3fb7-4323-b417-6c8772348f32",
"SystemUserId": "0619cbf4-43dc-465d-9e8c-23afa7a7a61f",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "edbecef9-ebdb-41fc-b843-86ec5ff6d957",
"DpakLayoutId": "94ca8cd0-2385-4f50-8e6f-1e6defb66f28",
"FpakPrinterId": "9c79b945-688e-45a8-9452-c97e65cceeca",
"DpakPrinterId": "d6283874-d707-44f8-99d5-a7e1def4b2fa",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "6818fa56-5e01-4e71-aea5-5b73749c1843",
"ClientId": "83917dfe-982e-4b29-a168-8b9bbce79c23",
"LabelPrintTemplateId": "129d7d50-a261-405f-b53c-5f26642ccd46",
"ProductId": "c61f48ab-565b-4039-ab57-0b71e9a9214c",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-06-25T10:46:56.8584674+02:00",
"BestBeforeDate": "2026-06-25T10:46:56.8584674+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": "6818fa56-5e01-4e71-aea5-5b73749c1843",
"ClientId": "83917dfe-982e-4b29-a168-8b9bbce79c23",
"LabelPrintTemplateId": "129d7d50-a261-405f-b53c-5f26642ccd46",
"ProductId": "c61f48ab-565b-4039-ab57-0b71e9a9214c",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-06-25T10:46:56.8584674+02:00",
"BestBeforeDate": "2026-06-25T10:46:56.8584674+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": "9887b064-d999-43d4-acb2-ceb20b166ad8",
"ClientId": "f130fc4c-3fb7-4323-b417-6c8772348f32",
"SystemUserId": "0619cbf4-43dc-465d-9e8c-23afa7a7a61f",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "edbecef9-ebdb-41fc-b843-86ec5ff6d957",
"DpakLayoutId": "94ca8cd0-2385-4f50-8e6f-1e6defb66f28",
"FpakPrinterId": "9c79b945-688e-45a8-9452-c97e65cceeca",
"DpakPrinterId": "d6283874-d707-44f8-99d5-a7e1def4b2fa",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "6818fa56-5e01-4e71-aea5-5b73749c1843",
"ClientId": "83917dfe-982e-4b29-a168-8b9bbce79c23",
"LabelPrintTemplateId": "129d7d50-a261-405f-b53c-5f26642ccd46",
"ProductId": "c61f48ab-565b-4039-ab57-0b71e9a9214c",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-06-25T10:46:56.8584674+02:00",
"BestBeforeDate": "2026-06-25T10:46:56.8584674+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": "6818fa56-5e01-4e71-aea5-5b73749c1843",
"ClientId": "83917dfe-982e-4b29-a168-8b9bbce79c23",
"LabelPrintTemplateId": "129d7d50-a261-405f-b53c-5f26642ccd46",
"ProductId": "c61f48ab-565b-4039-ab57-0b71e9a9214c",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-06-25T10:46:56.8584674+02:00",
"BestBeforeDate": "2026-06-25T10:46:56.8584674+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
}
]
}
]