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": "445a071b-1acc-4ad6-9d10-aaad5de70101",
"SystemUserId": "19c7591b-d82d-4bbe-8e6f-f7cc2d0fc73b",
"UserName": "sample string 3",
"LabelPrintTemplateId": "71f89bd7-89a5-44a4-8d26-a91eef09d27b"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true