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
| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.