HeaderDesignId
|
integer
|
|
N
|
|
Ticket design to use for headers. If included, header elements are returned by the service.
|
FK: T_DESIGN.design_no   Resource: Designs |
IncludeReceipts
|
boolean
|
|
N
|
|
Pass True to include receipts for the order (default).
Pass False to exclude receipts.
|
ReprintTickets
|
boolean
|
|
N
|
|
Pass True to reprint already printed tickets. NewTicketNoForReprints controls if new ticket numbers are given when reprinting.
Pass False to skip already printed tickets (default).
|
TicketDesignId
|
integer
|
|
N
|
|
Ticket design to use for retrieved ticket information. If design is specified, will override ticket design applied to order items.
|
FK: T_DESIGN.design_no   Resource: Designs |
LineItems
|
string
|
4000
|
N
|
|
The li_seq_no of the line item(s) for which printed ticket information should be retrieved. Use a comma-delimited list of li_seq_nos to retrieve ticket information for multiple line items.
Parameter maps to li_seq_no column in the T_WEB_LINEITEM table.
|
FK: T_LINEITEM.li_seq_no |
SubLineItems
|
string
|
4000
|
N
|
|
The sli_no of the sub line item(s) for which printed ticket information should be retrieved. Use a comma-delimited list of sli_nos to retrieve ticket information for multiple subline items.
|
FK: T_SUB_LINEITEM.sli_no   Resource: SubLineItems |
NewTicketNoForReprints
|
boolean
|
|
N
|
|
Pass True if new ticket number should be created if order is reprinting (default).
Pass False if existing ticket number should be used for reprinted order.
|
PrinterType
|
string
|
1
|
N
|
|
"B" - Boca (default).
"Z" - Zebra. This will choose the alternate zebra design for the returned elements.
"G" - Digital.
|
BatchId
|
integer
|
|
N
|
|
Optional batch id. If no batch id is provided, it will use the web batch.
|