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": "8bebd0a1-e157-4045-a7ac-762000789e8f",
"SystemUserId": "93e449ea-8dec-443b-b64f-540f850e5eba",
"UserName": "sample string 3",
"LabelPrintTemplateId": "a46ee367-1299-4def-a691-7e37ea922f0c"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true