Orders Test
TXN/Orders/{orderId}/PrintTicketElements
Returns ticket elements by header, receipts, and tickets; created primarily for use for building HTML ticket templates

The method returns ticket data for unprinted fully-paid orders or reprints printed tickets specified via order number, one or more line item numbers, or one or more sub line item numbers. In the case of partially-paid orders, only line items or sub line items which have been fully-paid will be eligible for printing. Ticket information can be returned in the default design specified for the ticket price type, or you may specify a ticket design to utilize via the request parameters. After the ticket data has been returned via the API, seats will be flagged as Ticketed in Tessitura.

When reprinting tickets, one of the request parameters provides you with the option to regenerate the ticket number or reuse the current ticket number.

Composite tickets are not currently supported, so a request to print one will instead return ticket elements for each performance, as if no composite ticket design had been selected for the package.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/Orders/{orderId}/PrintTicketElements

URI Parameters

Parameter Name Data Type Required Notes
orderId integer Y The order id.

Request Body

Request object type : PrintOrderTicketsRequest

Request object type PrintOrderTicketsRequest has the following properties.
Property Name Data Type Length Required Readonly Notes
BatchId integer N Optional batch id. If no batch id is provided, it will use the web batch.
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.
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
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.
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).
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
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
{
  "HeaderDesignId": 1,
  "IncludeReceipts": true,
  "ReprintTickets": true,
  "TicketDesignId": 1,
  "LineItems": "sample string 1",
  "SubLineItems": "sample string 2",
  "NewTicketNoForReprints": true,
  "PrinterType": "sample string 3",
  "BatchId": 1
}
<PrintOrderTicketsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <BatchId>1</BatchId>
  <HeaderDesignId>1</HeaderDesignId>
  <IncludeReceipts>true</IncludeReceipts>
  <LineItems>sample string 1</LineItems>
  <NewTicketNoForReprints>true</NewTicketNoForReprints>
  <PrinterType>sample string 3</PrinterType>
  <ReprintTickets>true</ReprintTickets>
  <SubLineItems>sample string 2</SubLineItems>
  <TicketDesignId>1</TicketDesignId>
</PrintOrderTicketsRequest>

Response object type : PrintOrderTicketsResponse

Response object type PrintOrderTicketsResponse has the following properties.
Property Name Data Type Length Required Readonly Notes
Header TicketHeader The order header, including ticket design elements for the header.
OrderNumber integer Order for which to retrieve ticket elements.
Receipts Collection of TicketReceipt A list of all receipts for the order, including ticket design elements for each receipt.
Tickets Collection of PrintTicket A list of all tickets in the order by ticket number, including ticket design elements for each ticket.
{
  "OrderNumber": 1,
  "Header": {
    "TicketElements": [
      {
        "SliNo": 1,
        "Val": "sample string 2",
        "EleNo": 1,
        "EleSlNo": 3,
        "EleType": "sample string 4",
        "EleX1": 1,
        "EleY1": 1,
        "Mask": "sample string 5",
        "FontNo": 1,
        "FontRotation": "sample string 6",
        "FontX": 1,
        "FontY": 1,
        "BoxX": 1,
        "BoxY": 1,
        "LineWidth": 1,
        "NegPrintInd": "sample string 7",
        "DataLen": 1,
        "DataType": "sample string 8",
        "RectHeight": 1,
        "RectWidth": 1,
        "LineHeight": 1,
        "LineThick": 1,
        "TextWidth": 1,
        "TextHeight": 1,
        "ReprintInd": "sample string 9",
        "EleHeight": 1,
        "EleWidth": 1,
        "JustifyText": "sample string 10",
        "BarcodeInd": "sample string 11",
        "BarcodeTypeNo": 1,
        "BarcodeInterpInd": "sample string 12",
        "BarcodeExpand": 1,
        "BarcodeHeight": 1,
        "BarcodeImage": "QEA=",
        "DesignNo": 1,
        "Description": "sample string 13",
        "ElementType": "sample string 14",
        "OrderNo": 1,
        "IdentId": 1,
        "CompositeTicketNo": 1,
        "QrScaling": 1
      },
      {
        "SliNo": 1,
        "Val": "sample string 2",
        "EleNo": 1,
        "EleSlNo": 3,
        "EleType": "sample string 4",
        "EleX1": 1,
        "EleY1": 1,
        "Mask": "sample string 5",
        "FontNo": 1,
        "FontRotation": "sample string 6",
        "FontX": 1,
        "FontY": 1,
        "BoxX": 1,
        "BoxY": 1,
        "LineWidth": 1,
        "NegPrintInd": "sample string 7",
        "DataLen": 1,
        "DataType": "sample string 8",
        "RectHeight": 1,
        "RectWidth": 1,
        "LineHeight": 1,
        "LineThick": 1,
        "TextWidth": 1,
        "TextHeight": 1,
        "ReprintInd": "sample string 9",
        "EleHeight": 1,
        "EleWidth": 1,
        "JustifyText": "sample string 10",
        "BarcodeInd": "sample string 11",
        "BarcodeTypeNo": 1,
        "BarcodeInterpInd": "sample string 12",
        "BarcodeExpand": 1,
        "BarcodeHeight": 1,
        "BarcodeImage": "QEA=",
        "DesignNo": 1,
        "Description": "sample string 13",
        "ElementType": "sample string 14",
        "OrderNo": 1,
        "IdentId": 1,
        "CompositeTicketNo": 1,
        "QrScaling": 1
      }
    ]
  },
  "Receipts": [
    {
      "PaymentNumber": 1,
      "TicketElements": [
        {
          "SliNo": 1,
          "Val": "sample string 2",
          "EleNo": 1,
          "EleSlNo": 3,
          "EleType": "sample string 4",
          "EleX1": 1,
          "EleY1": 1,
          "Mask": "sample string 5",
          "FontNo": 1,
          "FontRotation": "sample string 6",
          "FontX": 1,
          "FontY": 1,
          "BoxX": 1,
          "BoxY": 1,
          "LineWidth": 1,
          "NegPrintInd": "sample string 7",
          "DataLen": 1,
          "DataType": "sample string 8",
          "RectHeight": 1,
          "RectWidth": 1,
          "LineHeight": 1,
          "LineThick": 1,
          "TextWidth": 1,
          "TextHeight": 1,
          "ReprintInd": "sample string 9",
          "EleHeight": 1,
          "EleWidth": 1,
          "JustifyText": "sample string 10",
          "BarcodeInd": "sample string 11",
          "BarcodeTypeNo": 1,
          "BarcodeInterpInd": "sample string 12",
          "BarcodeExpand": 1,
          "BarcodeHeight": 1,
          "BarcodeImage": "QEA=",
          "DesignNo": 1,
          "Description": "sample string 13",
          "ElementType": "sample string 14",
          "OrderNo": 1,
          "IdentId": 1,
          "CompositeTicketNo": 1,
          "QrScaling": 1
        },
        {
          "SliNo": 1,
          "Val": "sample string 2",
          "EleNo": 1,
          "EleSlNo": 3,
          "EleType": "sample string 4",
          "EleX1": 1,
          "EleY1": 1,
          "Mask": "sample string 5",
          "FontNo": 1,
          "FontRotation": "sample string 6",
          "FontX": 1,
          "FontY": 1,
          "BoxX": 1,
          "BoxY": 1,
          "LineWidth": 1,
          "NegPrintInd": "sample string 7",
          "DataLen": 1,
          "DataType": "sample string 8",
          "RectHeight": 1,
          "RectWidth": 1,
          "LineHeight": 1,
          "LineThick": 1,
          "TextWidth": 1,
          "TextHeight": 1,
          "ReprintInd": "sample string 9",
          "EleHeight": 1,
          "EleWidth": 1,
          "JustifyText": "sample string 10",
          "BarcodeInd": "sample string 11",
          "BarcodeTypeNo": 1,
          "BarcodeInterpInd": "sample string 12",
          "BarcodeExpand": 1,
          "BarcodeHeight": 1,
          "BarcodeImage": "QEA=",
          "DesignNo": 1,
          "Description": "sample string 13",
          "ElementType": "sample string 14",
          "OrderNo": 1,
          "IdentId": 1,
          "CompositeTicketNo": 1,
          "QrScaling": 1
        }
      ]
    },
    {
      "PaymentNumber": 1,
      "TicketElements": [
        {
          "SliNo": 1,
          "Val": "sample string 2",
          "EleNo": 1,
          "EleSlNo": 3,
          "EleType": "sample string 4",
          "EleX1": 1,
          "EleY1": 1,
          "Mask": "sample string 5",
          "FontNo": 1,
          "FontRotation": "sample string 6",
          "FontX": 1,
          "FontY": 1,
          "BoxX": 1,
          "BoxY": 1,
          "LineWidth": 1,
          "NegPrintInd": "sample string 7",
          "DataLen": 1,
          "DataType": "sample string 8",
          "RectHeight": 1,
          "RectWidth": 1,
          "LineHeight": 1,
          "LineThick": 1,
          "TextWidth": 1,
          "TextHeight": 1,
          "ReprintInd": "sample string 9",
          "EleHeight": 1,
          "EleWidth": 1,
          "JustifyText": "sample string 10",
          "BarcodeInd": "sample string 11",
          "BarcodeTypeNo": 1,
          "BarcodeInterpInd": "sample string 12",
          "BarcodeExpand": 1,
          "BarcodeHeight": 1,
          "BarcodeImage": "QEA=",
          "DesignNo": 1,
          "Description": "sample string 13",
          "ElementType": "sample string 14",
          "OrderNo": 1,
          "IdentId": 1,
          "CompositeTicketNo": 1,
          "QrScaling": 1
        },
        {
          "SliNo": 1,
          "Val": "sample string 2",
          "EleNo": 1,
          "EleSlNo": 3,
          "EleType": "sample string 4",
          "EleX1": 1,
          "EleY1": 1,
          "Mask": "sample string 5",
          "FontNo": 1,
          "FontRotation": "sample string 6",
          "FontX": 1,
          "FontY": 1,
          "BoxX": 1,
          "BoxY": 1,
          "LineWidth": 1,
          "NegPrintInd": "sample string 7",
          "DataLen": 1,
          "DataType": "sample string 8",
          "RectHeight": 1,
          "RectWidth": 1,
          "LineHeight": 1,
          "LineThick": 1,
          "TextWidth": 1,
          "TextHeight": 1,
          "ReprintInd": "sample string 9",
          "EleHeight": 1,
          "EleWidth": 1,
          "JustifyText": "sample string 10",
          "BarcodeInd": "sample string 11",
          "BarcodeTypeNo": 1,
          "BarcodeInterpInd": "sample string 12",
          "BarcodeExpand": 1,
          "BarcodeHeight": 1,
          "BarcodeImage": "QEA=",
          "DesignNo": 1,
          "Description": "sample string 13",
          "ElementType": "sample string 14",
          "OrderNo": 1,
          "IdentId": 1,
          "CompositeTicketNo": 1,
          "QrScaling": 1
        }
      ]
    }
  ],
  "Tickets": [
    {
      "TicketNumber": 1,
      "IsComposite": true,
      "TicketElements": [
        {
          "SliNo": 1,
          "Val": "sample string 2",
          "EleNo": 1,
          "EleSlNo": 3,
          "EleType": "sample string 4",
          "EleX1": 1,
          "EleY1": 1,
          "Mask": "sample string 5",
          "FontNo": 1,
          "FontRotation": "sample string 6",
          "FontX": 1,
          "FontY": 1,
          "BoxX": 1,
          "BoxY": 1,
          "LineWidth": 1,
          "NegPrintInd": "sample string 7",
          "DataLen": 1,
          "DataType": "sample string 8",
          "RectHeight": 1,
          "RectWidth": 1,
          "LineHeight": 1,
          "LineThick": 1,
          "TextWidth": 1,
          "TextHeight": 1,
          "ReprintInd": "sample string 9",
          "EleHeight": 1,
          "EleWidth": 1,
          "JustifyText": "sample string 10",
          "BarcodeInd": "sample string 11",
          "BarcodeTypeNo": 1,
          "BarcodeInterpInd": "sample string 12",
          "BarcodeExpand": 1,
          "BarcodeHeight": 1,
          "BarcodeImage": "QEA=",
          "DesignNo": 1,
          "Description": "sample string 13",
          "ElementType": "sample string 14",
          "OrderNo": 1,
          "IdentId": 1,
          "CompositeTicketNo": 1,
          "QrScaling": 1
        },
        {
          "SliNo": 1,
          "Val": "sample string 2",
          "EleNo": 1,
          "EleSlNo": 3,
          "EleType": "sample string 4",
          "EleX1": 1,
          "EleY1": 1,
          "Mask": "sample string 5",
          "FontNo": 1,
          "FontRotation": "sample string 6",
          "FontX": 1,
          "FontY": 1,
          "BoxX": 1,
          "BoxY": 1,
          "LineWidth": 1,
          "NegPrintInd": "sample string 7",
          "DataLen": 1,
          "DataType": "sample string 8",
          "RectHeight": 1,
          "RectWidth": 1,
          "LineHeight": 1,
          "LineThick": 1,
          "TextWidth": 1,
          "TextHeight": 1,
          "ReprintInd": "sample string 9",
          "EleHeight": 1,
          "EleWidth": 1,
          "JustifyText": "sample string 10",
          "BarcodeInd": "sample string 11",
          "BarcodeTypeNo": 1,
          "BarcodeInterpInd": "sample string 12",
          "BarcodeExpand": 1,
          "BarcodeHeight": 1,
          "BarcodeImage": "QEA=",
          "DesignNo": 1,
          "Description": "sample string 13",
          "ElementType": "sample string 14",
          "OrderNo": 1,
          "IdentId": 1,
          "CompositeTicketNo": 1,
          "QrScaling": 1
        }
      ],
      "Seats": [
        {
          "PackageLineNumber": 1,
          "LineItemNumber": 2,
          "SubLineItemNumber": 3,
          "PerformanceNumber": 4,
          "PackageNumber": 5,
          "TicketNumber": 6
        },
        {
          "PackageLineNumber": 1,
          "LineItemNumber": 2,
          "SubLineItemNumber": 3,
          "PerformanceNumber": 4,
          "PackageNumber": 5,
          "TicketNumber": 6
        }
      ]
    },
    {
      "TicketNumber": 1,
      "IsComposite": true,
      "TicketElements": [
        {
          "SliNo": 1,
          "Val": "sample string 2",
          "EleNo": 1,
          "EleSlNo": 3,
          "EleType": "sample string 4",
          "EleX1": 1,
          "EleY1": 1,
          "Mask": "sample string 5",
          "FontNo": 1,
          "FontRotation": "sample string 6",
          "FontX": 1,
          "FontY": 1,
          "BoxX": 1,
          "BoxY": 1,
          "LineWidth": 1,
          "NegPrintInd": "sample string 7",
          "DataLen": 1,
          "DataType": "sample string 8",
          "RectHeight": 1,
          "RectWidth": 1,
          "LineHeight": 1,
          "LineThick": 1,
          "TextWidth": 1,
          "TextHeight": 1,
          "ReprintInd": "sample string 9",
          "EleHeight": 1,
          "EleWidth": 1,
          "JustifyText": "sample string 10",
          "BarcodeInd": "sample string 11",
          "BarcodeTypeNo": 1,
          "BarcodeInterpInd": "sample string 12",
          "BarcodeExpand": 1,
          "BarcodeHeight": 1,
          "BarcodeImage": "QEA=",
          "DesignNo": 1,
          "Description": "sample string 13",
          "ElementType": "sample string 14",
          "OrderNo": 1,
          "IdentId": 1,
          "CompositeTicketNo": 1,
          "QrScaling": 1
        },
        {
          "SliNo": 1,
          "Val": "sample string 2",
          "EleNo": 1,
          "EleSlNo": 3,
          "EleType": "sample string 4",
          "EleX1": 1,
          "EleY1": 1,
          "Mask": "sample string 5",
          "FontNo": 1,
          "FontRotation": "sample string 6",
          "FontX": 1,
          "FontY": 1,
          "BoxX": 1,
          "BoxY": 1,
          "LineWidth": 1,
          "NegPrintInd": "sample string 7",
          "DataLen": 1,
          "DataType": "sample string 8",
          "RectHeight": 1,
          "RectWidth": 1,
          "LineHeight": 1,
          "LineThick": 1,
          "TextWidth": 1,
          "TextHeight": 1,
          "ReprintInd": "sample string 9",
          "EleHeight": 1,
          "EleWidth": 1,
          "JustifyText": "sample string 10",
          "BarcodeInd": "sample string 11",
          "BarcodeTypeNo": 1,
          "BarcodeInterpInd": "sample string 12",
          "BarcodeExpand": 1,
          "BarcodeHeight": 1,
          "BarcodeImage": "QEA=",
          "DesignNo": 1,
          "Description": "sample string 13",
          "ElementType": "sample string 14",
          "OrderNo": 1,
          "IdentId": 1,
          "CompositeTicketNo": 1,
          "QrScaling": 1
        }
      ],
      "Seats": [
        {
          "PackageLineNumber": 1,
          "LineItemNumber": 2,
          "SubLineItemNumber": 3,
          "PerformanceNumber": 4,
          "PackageNumber": 5,
          "TicketNumber": 6
        },
        {
          "PackageLineNumber": 1,
          "LineItemNumber": 2,
          "SubLineItemNumber": 3,
          "PerformanceNumber": 4,
          "PackageNumber": 5,
          "TicketNumber": 6
        }
      ]
    }
  ]
}
<PrintTicketsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Header>
    <TicketElements>
      <TicketElement>
        <BarcodeExpand>1</BarcodeExpand>
        <BarcodeHeight>1</BarcodeHeight>
        <BarcodeImage>QEA=</BarcodeImage>
        <BarcodeInd>sample string 11</BarcodeInd>
        <BarcodeInterpInd>sample string 12</BarcodeInterpInd>
        <BarcodeTypeNo>1</BarcodeTypeNo>
        <BoxX>1</BoxX>
        <BoxY>1</BoxY>
        <CompositeTicketNo>1</CompositeTicketNo>
        <DataLen>1</DataLen>
        <DataType>sample string 8</DataType>
        <Description>sample string 13</Description>
        <DesignNo>1</DesignNo>
        <EleHeight>1</EleHeight>
        <EleNo>1</EleNo>
        <EleSlNo>3</EleSlNo>
        <EleType>sample string 4</EleType>
        <EleWidth>1</EleWidth>
        <EleX1>1</EleX1>
        <EleY1>1</EleY1>
        <ElementType>sample string 14</ElementType>
        <FontNo>1</FontNo>
        <FontRotation>sample string 6</FontRotation>
        <FontX>1</FontX>
        <FontY>1</FontY>
        <IdentId>1</IdentId>
        <JustifyText>sample string 10</JustifyText>
        <LineHeight>1</LineHeight>
        <LineThick>1</LineThick>
        <LineWidth>1</LineWidth>
        <Mask>sample string 5</Mask>
        <NegPrintInd>sample string 7</NegPrintInd>
        <OrderNo>1</OrderNo>
        <QrScaling>1</QrScaling>
        <RectHeight>1</RectHeight>
        <RectWidth>1</RectWidth>
        <ReprintInd>sample string 9</ReprintInd>
        <SliNo>1</SliNo>
        <TextHeight>1</TextHeight>
        <TextWidth>1</TextWidth>
        <Val>sample string 2</Val>
      </TicketElement>
      <TicketElement>
        <BarcodeExpand>1</BarcodeExpand>
        <BarcodeHeight>1</BarcodeHeight>
        <BarcodeImage>QEA=</BarcodeImage>
        <BarcodeInd>sample string 11</BarcodeInd>
        <BarcodeInterpInd>sample string 12</BarcodeInterpInd>
        <BarcodeTypeNo>1</BarcodeTypeNo>
        <BoxX>1</BoxX>
        <BoxY>1</BoxY>
        <CompositeTicketNo>1</CompositeTicketNo>
        <DataLen>1</DataLen>
        <DataType>sample string 8</DataType>
        <Description>sample string 13</Description>
        <DesignNo>1</DesignNo>
        <EleHeight>1</EleHeight>
        <EleNo>1</EleNo>
        <EleSlNo>3</EleSlNo>
        <EleType>sample string 4</EleType>
        <EleWidth>1</EleWidth>
        <EleX1>1</EleX1>
        <EleY1>1</EleY1>
        <ElementType>sample string 14</ElementType>
        <FontNo>1</FontNo>
        <FontRotation>sample string 6</FontRotation>
        <FontX>1</FontX>
        <FontY>1</FontY>
        <IdentId>1</IdentId>
        <JustifyText>sample string 10</JustifyText>
        <LineHeight>1</LineHeight>
        <LineThick>1</LineThick>
        <LineWidth>1</LineWidth>
        <Mask>sample string 5</Mask>
        <NegPrintInd>sample string 7</NegPrintInd>
        <OrderNo>1</OrderNo>
        <QrScaling>1</QrScaling>
        <RectHeight>1</RectHeight>
        <RectWidth>1</RectWidth>
        <ReprintInd>sample string 9</ReprintInd>
        <SliNo>1</SliNo>
        <TextHeight>1</TextHeight>
        <TextWidth>1</TextWidth>
        <Val>sample string 2</Val>
      </TicketElement>
    </TicketElements>
  </Header>
  <OrderNumber>1</OrderNumber>
  <Receipts>
    <TicketReceipt>
      <PaymentNumber>1</PaymentNumber>
      <TicketElements>
        <TicketElement>
          <BarcodeExpand>1</BarcodeExpand>
          <BarcodeHeight>1</BarcodeHeight>
          <BarcodeImage>QEA=</BarcodeImage>
          <BarcodeInd>sample string 11</BarcodeInd>
          <BarcodeInterpInd>sample string 12</BarcodeInterpInd>
          <BarcodeTypeNo>1</BarcodeTypeNo>
          <BoxX>1</BoxX>
          <BoxY>1</BoxY>
          <CompositeTicketNo>1</CompositeTicketNo>
          <DataLen>1</DataLen>
          <DataType>sample string 8</DataType>
          <Description>sample string 13</Description>
          <DesignNo>1</DesignNo>
          <EleHeight>1</EleHeight>
          <EleNo>1</EleNo>
          <EleSlNo>3</EleSlNo>
          <EleType>sample string 4</EleType>
          <EleWidth>1</EleWidth>
          <EleX1>1</EleX1>
          <EleY1>1</EleY1>
          <ElementType>sample string 14</ElementType>
          <FontNo>1</FontNo>
          <FontRotation>sample string 6</FontRotation>
          <FontX>1</FontX>
          <FontY>1</FontY>
          <IdentId>1</IdentId>
          <JustifyText>sample string 10</JustifyText>
          <LineHeight>1</LineHeight>
          <LineThick>1</LineThick>
          <LineWidth>1</LineWidth>
          <Mask>sample string 5</Mask>
          <NegPrintInd>sample string 7</NegPrintInd>
          <OrderNo>1</OrderNo>
          <QrScaling>1</QrScaling>
          <RectHeight>1</RectHeight>
          <RectWidth>1</RectWidth>
          <ReprintInd>sample string 9</ReprintInd>
          <SliNo>1</SliNo>
          <TextHeight>1</TextHeight>
          <TextWidth>1</TextWidth>
          <Val>sample string 2</Val>
        </TicketElement>
        <TicketElement>
          <BarcodeExpand>1</BarcodeExpand>
          <BarcodeHeight>1</BarcodeHeight>
          <BarcodeImage>QEA=</BarcodeImage>
          <BarcodeInd>sample string 11</BarcodeInd>
          <BarcodeInterpInd>sample string 12</BarcodeInterpInd>
          <BarcodeTypeNo>1</BarcodeTypeNo>
          <BoxX>1</BoxX>
          <BoxY>1</BoxY>
          <CompositeTicketNo>1</CompositeTicketNo>
          <DataLen>1</DataLen>
          <DataType>sample string 8</DataType>
          <Description>sample string 13</Description>
          <DesignNo>1</DesignNo>
          <EleHeight>1</EleHeight>
          <EleNo>1</EleNo>
          <EleSlNo>3</EleSlNo>
          <EleType>sample string 4</EleType>
          <EleWidth>1</EleWidth>
          <EleX1>1</EleX1>
          <EleY1>1</EleY1>
          <ElementType>sample string 14</ElementType>
          <FontNo>1</FontNo>
          <FontRotation>sample string 6</FontRotation>
          <FontX>1</FontX>
          <FontY>1</FontY>
          <IdentId>1</IdentId>
          <JustifyText>sample string 10</JustifyText>
          <LineHeight>1</LineHeight>
          <LineThick>1</LineThick>
          <LineWidth>1</LineWidth>
          <Mask>sample string 5</Mask>
          <NegPrintInd>sample string 7</NegPrintInd>
          <OrderNo>1</OrderNo>
          <QrScaling>1</QrScaling>
          <RectHeight>1</RectHeight>
          <RectWidth>1</RectWidth>
          <ReprintInd>sample string 9</ReprintInd>
          <SliNo>1</SliNo>
          <TextHeight>1</TextHeight>
          <TextWidth>1</TextWidth>
          <Val>sample string 2</Val>
        </TicketElement>
      </TicketElements>
    </TicketReceipt>
    <TicketReceipt>
      <PaymentNumber>1</PaymentNumber>
      <TicketElements>
        <TicketElement>
          <BarcodeExpand>1</BarcodeExpand>
          <BarcodeHeight>1</BarcodeHeight>
          <BarcodeImage>QEA=</BarcodeImage>
          <BarcodeInd>sample string 11</BarcodeInd>
          <BarcodeInterpInd>sample string 12</BarcodeInterpInd>
          <BarcodeTypeNo>1</BarcodeTypeNo>
          <BoxX>1</BoxX>
          <BoxY>1</BoxY>
          <CompositeTicketNo>1</CompositeTicketNo>
          <DataLen>1</DataLen>
          <DataType>sample string 8</DataType>
          <Description>sample string 13</Description>
          <DesignNo>1</DesignNo>
          <EleHeight>1</EleHeight>
          <EleNo>1</EleNo>
          <EleSlNo>3</EleSlNo>
          <EleType>sample string 4</EleType>
          <EleWidth>1</EleWidth>
          <EleX1>1</EleX1>
          <EleY1>1</EleY1>
          <ElementType>sample string 14</ElementType>
          <FontNo>1</FontNo>
          <FontRotation>sample string 6</FontRotation>
          <FontX>1</FontX>
          <FontY>1</FontY>
          <IdentId>1</IdentId>
          <JustifyText>sample string 10</JustifyText>
          <LineHeight>1</LineHeight>
          <LineThick>1</LineThick>
          <LineWidth>1</LineWidth>
          <Mask>sample string 5</Mask>
          <NegPrintInd>sample string 7</NegPrintInd>
          <OrderNo>1</OrderNo>
          <QrScaling>1</QrScaling>
          <RectHeight>1</RectHeight>
          <RectWidth>1</RectWidth>
          <ReprintInd>sample string 9</ReprintInd>
          <SliNo>1</SliNo>
          <TextHeight>1</TextHeight>
          <TextWidth>1</TextWidth>
          <Val>sample string 2</Val>
        </TicketElement>
        <TicketElement>
          <BarcodeExpand>1</BarcodeExpand>
          <BarcodeHeight>1</BarcodeHeight>
          <BarcodeImage>QEA=</BarcodeImage>
          <BarcodeInd>sample string 11</BarcodeInd>
          <BarcodeInterpInd>sample string 12</BarcodeInterpInd>
          <BarcodeTypeNo>1</BarcodeTypeNo>
          <BoxX>1</BoxX>
          <BoxY>1</BoxY>
          <CompositeTicketNo>1</CompositeTicketNo>
          <DataLen>1</DataLen>
          <DataType>sample string 8</DataType>
          <Description>sample string 13</Description>
          <DesignNo>1</DesignNo>
          <EleHeight>1</EleHeight>
          <EleNo>1</EleNo>
          <EleSlNo>3</EleSlNo>
          <EleType>sample string 4</EleType>
          <EleWidth>1</EleWidth>
          <EleX1>1</EleX1>
          <EleY1>1</EleY1>
          <ElementType>sample string 14</ElementType>
          <FontNo>1</FontNo>
          <FontRotation>sample string 6</FontRotation>
          <FontX>1</FontX>
          <FontY>1</FontY>
          <IdentId>1</IdentId>
          <JustifyText>sample string 10</JustifyText>
          <LineHeight>1</LineHeight>
          <LineThick>1</LineThick>
          <LineWidth>1</LineWidth>
          <Mask>sample string 5</Mask>
          <NegPrintInd>sample string 7</NegPrintInd>
          <OrderNo>1</OrderNo>
          <QrScaling>1</QrScaling>
          <RectHeight>1</RectHeight>
          <RectWidth>1</RectWidth>
          <ReprintInd>sample string 9</ReprintInd>
          <SliNo>1</SliNo>
          <TextHeight>1</TextHeight>
          <TextWidth>1</TextWidth>
          <Val>sample string 2</Val>
        </TicketElement>
      </TicketElements>
    </TicketReceipt>
  </Receipts>
  <Tickets>
    <PrintTicket>
      <IsComposite>true</IsComposite>
      <Seats>
        <TicketSeat>
          <LineItemNumber>2</LineItemNumber>
          <PackageLineNumber>1</PackageLineNumber>
          <PackageNumber>5</PackageNumber>
          <PerformanceNumber>4</PerformanceNumber>
          <SubLineItemNumber>3</SubLineItemNumber>
          <TicketNumber>6</TicketNumber>
        </TicketSeat>
        <TicketSeat>
          <LineItemNumber>2</LineItemNumber>
          <PackageLineNumber>1</PackageLineNumber>
          <PackageNumber>5</PackageNumber>
          <PerformanceNumber>4</PerformanceNumber>
          <SubLineItemNumber>3</SubLineItemNumber>
          <TicketNumber>6</TicketNumber>
        </TicketSeat>
      </Seats>
      <TicketElements>
        <TicketElement>
          <BarcodeExpand>1</BarcodeExpand>
          <BarcodeHeight>1</BarcodeHeight>
          <BarcodeImage>QEA=</BarcodeImage>
          <BarcodeInd>sample string 11</BarcodeInd>
          <BarcodeInterpInd>sample string 12</BarcodeInterpInd>
          <BarcodeTypeNo>1</BarcodeTypeNo>
          <BoxX>1</BoxX>
          <BoxY>1</BoxY>
          <CompositeTicketNo>1</CompositeTicketNo>
          <DataLen>1</DataLen>
          <DataType>sample string 8</DataType>
          <Description>sample string 13</Description>
          <DesignNo>1</DesignNo>
          <EleHeight>1</EleHeight>
          <EleNo>1</EleNo>
          <EleSlNo>3</EleSlNo>
          <EleType>sample string 4</EleType>
          <EleWidth>1</EleWidth>
          <EleX1>1</EleX1>
          <EleY1>1</EleY1>
          <ElementType>sample string 14</ElementType>
          <FontNo>1</FontNo>
          <FontRotation>sample string 6</FontRotation>
          <FontX>1</FontX>
          <FontY>1</FontY>
          <IdentId>1</IdentId>
          <JustifyText>sample string 10</JustifyText>
          <LineHeight>1</LineHeight>
          <LineThick>1</LineThick>
          <LineWidth>1</LineWidth>
          <Mask>sample string 5</Mask>
          <NegPrintInd>sample string 7</NegPrintInd>
          <OrderNo>1</OrderNo>
          <QrScaling>1</QrScaling>
          <RectHeight>1</RectHeight>
          <RectWidth>1</RectWidth>
          <ReprintInd>sample string 9</ReprintInd>
          <SliNo>1</SliNo>
          <TextHeight>1</TextHeight>
          <TextWidth>1</TextWidth>
          <Val>sample string 2</Val>
        </TicketElement>
        <TicketElement>
          <BarcodeExpand>1</BarcodeExpand>
          <BarcodeHeight>1</BarcodeHeight>
          <BarcodeImage>QEA=</BarcodeImage>
          <BarcodeInd>sample string 11</BarcodeInd>
          <BarcodeInterpInd>sample string 12</BarcodeInterpInd>
          <BarcodeTypeNo>1</BarcodeTypeNo>
          <BoxX>1</BoxX>
          <BoxY>1</BoxY>
          <CompositeTicketNo>1</CompositeTicketNo>
          <DataLen>1</DataLen>
          <DataType>sample string 8</DataType>
          <Description>sample string 13</Description>
          <DesignNo>1</DesignNo>
          <EleHeight>1</EleHeight>
          <EleNo>1</EleNo>
          <EleSlNo>3</EleSlNo>
          <EleType>sample string 4</EleType>
          <EleWidth>1</EleWidth>
          <EleX1>1</EleX1>
          <EleY1>1</EleY1>
          <ElementType>sample string 14</ElementType>
          <FontNo>1</FontNo>
          <FontRotation>sample string 6</FontRotation>
          <FontX>1</FontX>
          <FontY>1</FontY>
          <IdentId>1</IdentId>
          <JustifyText>sample string 10</JustifyText>
          <LineHeight>1</LineHeight>
          <LineThick>1</LineThick>
          <LineWidth>1</LineWidth>
          <Mask>sample string 5</Mask>
          <NegPrintInd>sample string 7</NegPrintInd>
          <OrderNo>1</OrderNo>
          <QrScaling>1</QrScaling>
          <RectHeight>1</RectHeight>
          <RectWidth>1</RectWidth>
          <ReprintInd>sample string 9</ReprintInd>
          <SliNo>1</SliNo>
          <TextHeight>1</TextHeight>
          <TextWidth>1</TextWidth>
          <Val>sample string 2</Val>
        </TicketElement>
      </TicketElements>
      <TicketNumber>1</TicketNumber>
    </PrintTicket>
    <PrintTicket>
      <IsComposite>true</IsComposite>
      <Seats>
        <TicketSeat>
          <LineItemNumber>2</LineItemNumber>
          <PackageLineNumber>1</PackageLineNumber>
          <PackageNumber>5</PackageNumber>
          <PerformanceNumber>4</PerformanceNumber>
          <SubLineItemNumber>3</SubLineItemNumber>
          <TicketNumber>6</TicketNumber>
        </TicketSeat>
        <TicketSeat>
          <LineItemNumber>2</LineItemNumber>
          <PackageLineNumber>1</PackageLineNumber>
          <PackageNumber>5</PackageNumber>
          <PerformanceNumber>4</PerformanceNumber>
          <SubLineItemNumber>3</SubLineItemNumber>
          <TicketNumber>6</TicketNumber>
        </TicketSeat>
      </Seats>
      <TicketElements>
        <TicketElement>
          <BarcodeExpand>1</BarcodeExpand>
          <BarcodeHeight>1</BarcodeHeight>
          <BarcodeImage>QEA=</BarcodeImage>
          <BarcodeInd>sample string 11</BarcodeInd>
          <BarcodeInterpInd>sample string 12</BarcodeInterpInd>
          <BarcodeTypeNo>1</BarcodeTypeNo>
          <BoxX>1</BoxX>
          <BoxY>1</BoxY>
          <CompositeTicketNo>1</CompositeTicketNo>
          <DataLen>1</DataLen>
          <DataType>sample string 8</DataType>
          <Description>sample string 13</Description>
          <DesignNo>1</DesignNo>
          <EleHeight>1</EleHeight>
          <EleNo>1</EleNo>
          <EleSlNo>3</EleSlNo>
          <EleType>sample string 4</EleType>
          <EleWidth>1</EleWidth>
          <EleX1>1</EleX1>
          <EleY1>1</EleY1>
          <ElementType>sample string 14</ElementType>
          <FontNo>1</FontNo>
          <FontRotation>sample string 6</FontRotation>
          <FontX>1</FontX>
          <FontY>1</FontY>
          <IdentId>1</IdentId>
          <JustifyText>sample string 10</JustifyText>
          <LineHeight>1</LineHeight>
          <LineThick>1</LineThick>
          <LineWidth>1</LineWidth>
          <Mask>sample string 5</Mask>
          <NegPrintInd>sample string 7</NegPrintInd>
          <OrderNo>1</OrderNo>
          <QrScaling>1</QrScaling>
          <RectHeight>1</RectHeight>
          <RectWidth>1</RectWidth>
          <ReprintInd>sample string 9</ReprintInd>
          <SliNo>1</SliNo>
          <TextHeight>1</TextHeight>
          <TextWidth>1</TextWidth>
          <Val>sample string 2</Val>
        </TicketElement>
        <TicketElement>
          <BarcodeExpand>1</BarcodeExpand>
          <BarcodeHeight>1</BarcodeHeight>
          <BarcodeImage>QEA=</BarcodeImage>
          <BarcodeInd>sample string 11</BarcodeInd>
          <BarcodeInterpInd>sample string 12</BarcodeInterpInd>
          <BarcodeTypeNo>1</BarcodeTypeNo>
          <BoxX>1</BoxX>
          <BoxY>1</BoxY>
          <CompositeTicketNo>1</CompositeTicketNo>
          <DataLen>1</DataLen>
          <DataType>sample string 8</DataType>
          <Description>sample string 13</Description>
          <DesignNo>1</DesignNo>
          <EleHeight>1</EleHeight>
          <EleNo>1</EleNo>
          <EleSlNo>3</EleSlNo>
          <EleType>sample string 4</EleType>
          <EleWidth>1</EleWidth>
          <EleX1>1</EleX1>
          <EleY1>1</EleY1>
          <ElementType>sample string 14</ElementType>
          <FontNo>1</FontNo>
          <FontRotation>sample string 6</FontRotation>
          <FontX>1</FontX>
          <FontY>1</FontY>
          <IdentId>1</IdentId>
          <JustifyText>sample string 10</JustifyText>
          <LineHeight>1</LineHeight>
          <LineThick>1</LineThick>
          <LineWidth>1</LineWidth>
          <Mask>sample string 5</Mask>
          <NegPrintInd>sample string 7</NegPrintInd>
          <OrderNo>1</OrderNo>
          <QrScaling>1</QrScaling>
          <RectHeight>1</RectHeight>
          <RectWidth>1</RectWidth>
          <ReprintInd>sample string 9</ReprintInd>
          <SliNo>1</SliNo>
          <TextHeight>1</TextHeight>
          <TextWidth>1</TextWidth>
          <Val>sample string 2</Val>
        </TicketElement>
      </TicketElements>
      <TicketNumber>1</TicketNumber>
    </PrintTicket>
  </Tickets>
</PrintTicketsResponse>
Change Version Description Contract Old New
Operation Added 15.0.0 PrintTicketElements has been added. PrintTicketElements