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": "38972d5a-047c-4190-8ffb-49c2a867d110",
"SystemUserId": "e2a81a73-3739-4247-b8eb-9b49db32ecb5",
"UserName": "sample string 3",
"LabelPrintTemplateId": "0aa6856d-f370-4b17-ba57-e75ffeed465f"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true