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": "6a4df46d-a39a-4fc9-81c6-ca9ad256b96b",
"ClientId": "e9393ce1-c8e8-463e-9554-62a71e66080e",
"SystemUserId": "383e8612-067e-47a8-b211-65dbffa2017c",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "43b8f84f-6b3d-4f52-9b13-02758a45e1e0",
"DpakLayoutId": "2368587f-b591-4ae1-b971-19337cc380e4",
"FpakPrinterId": "05f201fa-7c61-43dc-94dd-d0c1b1e64947",
"DpakPrinterId": "25756736-c54b-44a7-ba37-4de2560163fb",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "30b40264-9ef2-4248-9576-963143c4f2f9",
"ClientId": "fa640e6d-2e3c-4f5a-add8-fb56c5273e73",
"LabelPrintTemplateId": "cd4beef6-4268-4881-8e16-bf757052ccfb",
"ProductId": "089e35ec-8c50-491d-9b93-8515d808f63a",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:33:08.0073533+02:00",
"BestBeforeDate": "2026-08-24T14:33:08.0073533+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": "30b40264-9ef2-4248-9576-963143c4f2f9",
"ClientId": "fa640e6d-2e3c-4f5a-add8-fb56c5273e73",
"LabelPrintTemplateId": "cd4beef6-4268-4881-8e16-bf757052ccfb",
"ProductId": "089e35ec-8c50-491d-9b93-8515d808f63a",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:33:08.0073533+02:00",
"BestBeforeDate": "2026-08-24T14:33:08.0073533+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": "6a4df46d-a39a-4fc9-81c6-ca9ad256b96b",
"ClientId": "e9393ce1-c8e8-463e-9554-62a71e66080e",
"SystemUserId": "383e8612-067e-47a8-b211-65dbffa2017c",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "43b8f84f-6b3d-4f52-9b13-02758a45e1e0",
"DpakLayoutId": "2368587f-b591-4ae1-b971-19337cc380e4",
"FpakPrinterId": "05f201fa-7c61-43dc-94dd-d0c1b1e64947",
"DpakPrinterId": "25756736-c54b-44a7-ba37-4de2560163fb",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "30b40264-9ef2-4248-9576-963143c4f2f9",
"ClientId": "fa640e6d-2e3c-4f5a-add8-fb56c5273e73",
"LabelPrintTemplateId": "cd4beef6-4268-4881-8e16-bf757052ccfb",
"ProductId": "089e35ec-8c50-491d-9b93-8515d808f63a",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:33:08.0073533+02:00",
"BestBeforeDate": "2026-08-24T14:33:08.0073533+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": "30b40264-9ef2-4248-9576-963143c4f2f9",
"ClientId": "fa640e6d-2e3c-4f5a-add8-fb56c5273e73",
"LabelPrintTemplateId": "cd4beef6-4268-4881-8e16-bf757052ccfb",
"ProductId": "089e35ec-8c50-491d-9b93-8515d808f63a",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-08-24T14:33:08.0073533+02:00",
"BestBeforeDate": "2026-08-24T14:33:08.0073533+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
}
]
}
]