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": "e069e9bc-df84-4d45-87c3-ee9ff3a74b82",
"ClientId": "111563e0-4a70-4dd5-859d-b3f8371c5e91",
"SystemUserId": "4b46beef-e623-4ec5-8031-8d5d3478eebb",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "22600efa-aa78-4f42-87dd-55d3398e0eab",
"DpakLayoutId": "aba4b4eb-1977-4046-81c8-64077d73289a",
"FpakPrinterId": "46bd78fb-cb48-4844-af9e-cce87c09853f",
"DpakPrinterId": "b5406db9-3a04-4006-be18-ac0516904b25",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "c8fcd0ac-d38c-424a-affa-f1f4006b6903",
"ClientId": "b5f5c3b1-ea08-48b4-bbb4-c5167a29ccc7",
"LabelPrintTemplateId": "268bb296-378e-4e05-b43e-d2c8079d9d08",
"ProductId": "6ece7862-1560-4a1f-9f5b-5921a0344b68",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-06-25T11:36:01.481786+02:00",
"BestBeforeDate": "2026-06-25T11:36:01.481786+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": "c8fcd0ac-d38c-424a-affa-f1f4006b6903",
"ClientId": "b5f5c3b1-ea08-48b4-bbb4-c5167a29ccc7",
"LabelPrintTemplateId": "268bb296-378e-4e05-b43e-d2c8079d9d08",
"ProductId": "6ece7862-1560-4a1f-9f5b-5921a0344b68",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-06-25T11:36:01.481786+02:00",
"BestBeforeDate": "2026-06-25T11:36:01.481786+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
}
]
}