POST api/LabelPrintTemplate/Line/Delete

Delete specified label print template line

Request Information

URI Parameters

None.

Body Parameters

DeleteLabelPrintTemplateLineParameters
NameDescriptionTypeAdditional information
UserName

string

None.

LabelPrintTemplateLineId

globally unique identifier

None.

ClientId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserName": "sample string 1",
  "LabelPrintTemplateLineId": "04497e85-2fb2-4b0c-963f-3fad18882087",
  "ClientId": "7d134ebc-8687-4130-90df-b8dd7bea4ac1"
}

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 'DeleteLabelPrintTemplateLineParameters'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true