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": "19a4c51f-3219-48e8-9d53-b1d5613fb099",
"ClientId": "32202f5a-5079-4bac-8b31-dc4dcb75473b"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true