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": "556aae33-d6f3-46b0-90ff-87ad763fa0a6",
"ClientId": "52fea4f5-0c26-4023-aecb-cc93387790be"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true