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": "57132a60-2fbb-4d63-acb6-9331ff33ef23",
"SystemUserId": "18b76d1e-72cb-4478-a253-d1355bf9fbb9",
"UserName": "sample string 3",
"LabelPrintTemplateId": "d8895e48-1861-4d4d-83ae-a947f8663ea5"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true