POST api/LabelPrintTemplate/Delete

Delete label print template including lines

Request Information

URI Parameters

None.

Body Parameters

DeleteLabelPrintTemplateParameters
NameDescriptionTypeAdditional 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": "6d11f66b-0b5d-4b3d-9c0e-5da06fc90147",
  "SystemUserId": "95f180b8-3b3d-462e-8de5-086bba8ac717",
  "UserName": "sample string 3",
  "LabelPrintTemplateId": "e655b6a5-5811-47ad-927e-3190a981b3c4"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DeleteLabelPrintTemplateParameters'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true