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": "9e06cb29-4471-4eb3-a86b-4f90908ad260",
"SystemUserId": "099425d0-5ec5-4ecf-9c66-83c6f5def0f7",
"UserName": "sample string 3",
"LabelPrintTemplateId": "3296272a-8229-48f9-a3b5-f5f40418c9e5"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true