GET api/LabelPrintTemplate/Client/{ClientId}/User/{UserId}/Template/{LabelPrintTemplateId}
Get specific label print template
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | globally unique identifier |
Required |
|
| UserId | globally unique identifier |
Required |
|
| LabelPrintTemplateId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "d5781dbe-8f7e-4358-a19a-cd8086402c6c",
"ClientId": "582d0d91-58d9-4b6b-877d-967e14924f34",
"SystemUserId": "db9fd4ff-f3ef-4f4d-a7e5-a70d47b552af",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "2a09bcc7-f30e-4425-8324-fe10f19d7c76",
"DpakLayoutId": "2e1ee999-f308-43ba-8a1e-01baaed732e8",
"FpakPrinterId": "a968d575-20bd-4278-b15f-dbef69b5eb52",
"DpakPrinterId": "f92b29b4-30f0-49e7-ae90-8e324daf9918",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "0656a2e2-6550-4753-a592-5d878e4acd77",
"ClientId": "17941837-d67d-4b9a-85be-e60a8f191766",
"LabelPrintTemplateId": "8d4e7936-034d-4e35-996a-e3f03915f7fb",
"ProductId": "069c2e92-663b-4088-a666-dec78491e725",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-06-25T16:54:00.497365+02:00",
"BestBeforeDate": "2026-06-25T16:54:00.497365+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": "0656a2e2-6550-4753-a592-5d878e4acd77",
"ClientId": "17941837-d67d-4b9a-85be-e60a8f191766",
"LabelPrintTemplateId": "8d4e7936-034d-4e35-996a-e3f03915f7fb",
"ProductId": "069c2e92-663b-4088-a666-dec78491e725",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-06-25T16:54:00.497365+02:00",
"BestBeforeDate": "2026-06-25T16:54:00.497365+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
}
]
}