PrintOrderRequest

Type: Tessitura.Service.Client.Web.PrintOrderRequest

Property Name Data Type Length Required Readonly Notes
OrderId integer N Order for which to retrieve ticket information. Leave blank if generating print information for single line item or sub line item. Required if Mode = 1.
FK: T_ORDER.order_no   Resource: Orders
HeaderDesignId integer N Ticket design to use for headers. If included, header elements are returned by the service.
FK: T_DESIGN.deisgn_no   Resource: Designs
IncludeReceipts boolean N Pass True to include receipts for the order (default). Pass False to exclude receipts.
ReprintTickets boolean 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.deisgn_no   Resource: Designs
Mode integer 2 - Return ticket element data. 1 - Used by Print at Home (default).
LineItems string 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. If sublineitem number(s) or order ID is provided, leave blank. Parameter maps to li_seq_no column in the T_WEB_LINEITEM table. Only supported when Mode = 2.
FK: T_LINEITEM.li_seq_no
SubLineItems string 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. If line item number(s) or order ID is provided, leave blank. Only supported when Mode = 2.
FK: T_SUB_LINEITEM.sli_no   Resource: SubLineItems
NewTicketNoForReprints boolean Y 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. This parameter is ignored, and treated as True if Mode = 1 (for Print at Home only).
PrinterType string "B" - Boca (default). "Z" - Zebra. This will choose the alternate zebra design for the returned elements.