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": "b81fbb1c-35a5-429d-9a13-b33da5b694de",
"SystemUserId": "1b90e3be-aae5-4fdd-aed0-caa8efaac41e",
"UserName": "sample string 3",
"LabelPrintTemplateId": "fa6a88a0-ea20-4bc5-acc0-e2522b480d0e"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true