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": "41eea578-bbcf-4537-9dd7-d202aff4cb7b",
"ClientId": "1d5d8e60-ee8d-4b0a-b005-cb74f6e1eed4"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true