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": "c85be055-ef4f-48cf-8852-111890868294",
"SystemUserId": "f5e32bc1-ef58-43d4-b02f-b80e05f2b99b",
"UserName": "sample string 3",
"LabelPrintTemplateId": "d96d8719-fe05-42c3-a2cd-a08223a8e086"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true