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": "584d1756-61f6-4b0a-8eef-1ca7e820f1e5",
"ClientId": "6e459994-2652-4b8f-9f52-1fe7bd4953af"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true