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": "d012f489-d523-40f5-b6a0-d566023565c2",
"SystemUserId": "8d1a9ed4-a4d4-4a8e-8fb3-9996ac696c7d",
"UserName": "sample string 3",
"LabelPrintTemplateId": "65c7fd88-cac0-4e19-9d3c-6f9d42b0e561"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true