POST api/LabelPrintTemplate/Line/Delete
Delete specified label print template line
Request Information
URI Parameters
None.
Body Parameters
DeleteLabelPrintTemplateLineParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
None. |
|
| LabelPrintTemplateLineId | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"LabelPrintTemplateLineId": "57a787e1-b085-4115-a44e-ea075ee133c2",
"ClientId": "b68a75b5-70ab-4373-8c17-4aae22a2bddd"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true