GET api/pdfticket/printtkt2/{id}
Prints a ticket with the specified ID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The ID of the ticket to print. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
The HTTP response message indicating the success of the operation.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.