GET api/Service/Task/{ID}

Get task detail by task id. When we need print to local printer, we can generate a task and tell the task id to client, then client can use this method get ZPL code and send to local printer.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ID

string

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.