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": "76e473f8-d7ac-4f89-b183-76014f5128a3",
"ClientId": "2c14baab-8cdf-4378-a401-7b5e1f7fa986",
"SystemUserId": "abe1ea7b-1cc9-4e90-b63b-7e1b4919ab44",
"TemplateName": "sample string 4",
"QtyDecimal": 5,
"FpakWeightDecimal": 6,
"DpakWeightDecimal": 7,
"FpakWeightType": 8,
"FpakWeightText": "sample string 9",
"DpakWeightType": 10,
"DpakWeightText": "sample string 11",
"FpakLayoutId": "e58fca6e-c0a9-4746-885a-a3551c15a76b",
"DpakLayoutId": "0d6de890-fa3d-43d0-93b9-e235a5c78e25",
"FpakPrinterId": "af73de3d-a998-432b-a4f0-6eac61d05a28",
"DpakPrinterId": "a12b86db-89c2-47bc-89a6-176dfd2c9364",
"UseLocalPrinterConfig": true,
"FpakPrinterName": "sample string 17",
"FpakPrinterIP": "sample string 18",
"FpakPrinterPort": 19,
"DpakPrinterName": "sample string 20",
"DpakPrinterIP": "sample string 21",
"DpakPrinterPort": 22,
"TemplateLines": [
{
"LabelPrintTemplateLineId": "856ca013-e1dd-4acf-af8a-c71a7229427b",
"ClientId": "6f6152e4-ea62-466d-ae70-7443d7ad3cd4",
"LabelPrintTemplateId": "bf99677f-afe4-493b-8754-642fd0d7eccd",
"ProductId": "f98c8889-e61e-41b8-b26c-ea9fd9a37b2c",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-06-25T10:46:56.8428467+02:00",
"BestBeforeDate": "2026-06-25T10:46:56.8428467+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": "856ca013-e1dd-4acf-af8a-c71a7229427b",
"ClientId": "6f6152e4-ea62-466d-ae70-7443d7ad3cd4",
"LabelPrintTemplateId": "bf99677f-afe4-493b-8754-642fd0d7eccd",
"ProductId": "f98c8889-e61e-41b8-b26c-ea9fd9a37b2c",
"LineNo": 5,
"ProductNumber": "sample string 6",
"ProductName": "sample string 7",
"LabelingName": "sample string 8",
"ProductionDate": "2026-06-25T10:46:56.8428467+02:00",
"BestBeforeDate": "2026-06-25T10:46:56.8428467+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
}
]
}