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": "a2ecf84e-4012-4787-b4fc-b3118d0ffdd0",
"SystemUserId": "42194c50-5473-4bbb-b0ff-c7fb18bf3e80",
"UserName": "sample string 3",
"LabelPrintTemplateId": "469612c0-9986-40a1-ba05-c732f6898a58"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true