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": "12651bb8-aac0-4fcd-8461-801d0087fd6f",
"SystemUserId": "df37d057-d758-4c88-b4cb-16ab26399bcc",
"UserName": "sample string 3",
"LabelPrintTemplateId": "c9b683e4-4ce7-472c-95e4-b71993ce8adf"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true