POST api/LabelPrintTemplate/Delete
Delete label print template including lines
Request Information
URI Parameters
None.
Body Parameters
DeleteLabelPrintTemplateParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | globally unique identifier |
None. |
|
| SystemUserId | globally unique identifier |
None. |
|
| UserName | string |
None. |
|
| LabelPrintTemplateId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientId": "a15f7d75-5712-49c1-98c9-7679e09154fe",
"SystemUserId": "8fe5b699-f043-4cee-bebf-6d91ae24d291",
"UserName": "sample string 3",
"LabelPrintTemplateId": "96ed4cd8-60a4-48a4-a557-f529399e44f0"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true