PerformancePackageModeOfSales Test
TXN/PerformancePackageModeOfSales?asOfDateTime={asOfDateTime}&modeOfSaleId={modeOfSaleId}&packageIds={packageIds}&performanceIds={performanceIds}
Get all performance package mode of sales. This entity shows the Mode of Sale assignment to either a package or a performance.

Filter using at least one parameter. All parameters work to filter the result set collectively, so passing packageIds and performanceIds in the same request will retrieve no rows.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/PerformancePackageModeOfSales?asOfDateTime={asOfDateTime}&modeOfSaleId={modeOfSaleId}&packageIds={packageIds}&performanceIds={performanceIds}

URI Parameters

Parameter Name Data Type Required Notes
asOfDateTime date N A date/time to determine active mode of sale assignments.
modeOfSaleId integer N A single mode of sale to filter results.
packageIds string N A comma separated list of package ids.
performanceIds string N A comma separated list of performance ids.

Request Body

None.

No request body.

Response object type : Collection of PerformancePackageModeOfSale

Response object type Collection of PerformancePackageModeOfSale has the following properties.
Property Name Data Type Length Required Readonly Notes
AutoAttend string N For performances, "Y" means that sub lineitems will be marked as attended if printed during doors open period for an event. For packages, "Y" means that all performance sub lineitems will be considered for auto attend. A value of "P" means that the Performance Mode of Sale assignment will be used to determine Auto Attend. Only Auto Attend and Print on Auto Attend is considered in this scenario, all other settings (like start/end dates are ignored).
EndDateTime date N Defines end of product availability for this mode of sale.
ETicketReleaseDateTime date N Defines time at which seats sold in this mode of sale are eligible for Print at Home delivery. Empty value indicates no time restriction.
Id integer N
ModeOfSaleId integer N
FK: TR_MOS.id   Resource: ModesOfSale
PackageId integer N
FK: T_PKG.pkg_no
PerformanceId integer N
FK: T_PERF.perf_no
PrintIndicator boolean N Whether lineitems can be printed in orders using this MOS.
PrintOnAutoAttend boolean N If a ticket is designated as auto-attend, this setting controls whether or not a ticket is sent to the ticket printer. The sub lineitem will still be marked as printed in the order and seat history.
SeatIndicator boolean N Whether lineitems can be seated in orders using this MOS.
StartDateTime date N Defines start of product availability for this mode of sale.
[
  {
    "Id": 1,
    "ModeOfSaleId": 1,
    "PerformanceId": 2,
    "PackageId": 3,
    "StartDateTime": "2025-04-24T09:41:53.6220257-07:00",
    "EndDateTime": "2025-04-24T09:41:53.6220257-07:00",
    "ETicketReleaseDateTime": "2025-04-24T09:41:53.6220257-07:00",
    "PrintIndicator": true,
    "SeatIndicator": true,
    "AutoAttend": "sample string 6",
    "PrintOnAutoAttend": true
  },
  {
    "Id": 1,
    "ModeOfSaleId": 1,
    "PerformanceId": 2,
    "PackageId": 3,
    "StartDateTime": "2025-04-24T09:41:53.6220257-07:00",
    "EndDateTime": "2025-04-24T09:41:53.6220257-07:00",
    "ETicketReleaseDateTime": "2025-04-24T09:41:53.6220257-07:00",
    "PrintIndicator": true,
    "SeatIndicator": true,
    "AutoAttend": "sample string 6",
    "PrintOnAutoAttend": true
  }
]
<PerformancePackageModeOfSales xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <PerformancePackageModeOfSale>
    <AutoAttend>sample string 6</AutoAttend>
    <ETicketReleaseDateTime>2025-04-24T09:41:53.6220257-07:00</ETicketReleaseDateTime>
    <EndDateTime>2025-04-24T09:41:53.6220257-07:00</EndDateTime>
    <Id>1</Id>
    <ModeOfSaleId>1</ModeOfSaleId>
    <PackageId>3</PackageId>
    <PerformanceId>2</PerformanceId>
    <PrintIndicator>true</PrintIndicator>
    <PrintOnAutoAttend>true</PrintOnAutoAttend>
    <SeatIndicator>true</SeatIndicator>
    <StartDateTime>2025-04-24T09:41:53.6220257-07:00</StartDateTime>
  </PerformancePackageModeOfSale>
  <PerformancePackageModeOfSale>
    <AutoAttend>sample string 6</AutoAttend>
    <ETicketReleaseDateTime>2025-04-24T09:41:53.6220257-07:00</ETicketReleaseDateTime>
    <EndDateTime>2025-04-24T09:41:53.6220257-07:00</EndDateTime>
    <Id>1</Id>
    <ModeOfSaleId>1</ModeOfSaleId>
    <PackageId>3</PackageId>
    <PerformanceId>2</PerformanceId>
    <PrintIndicator>true</PrintIndicator>
    <PrintOnAutoAttend>true</PrintOnAutoAttend>
    <SeatIndicator>true</SeatIndicator>
    <StartDateTime>2025-04-24T09:41:53.6220257-07:00</StartDateTime>
  </PerformancePackageModeOfSale>
</PerformancePackageModeOfSales>
Change Version Description Contract Old New
Property Added 15.1.20 ETicketReleaseDateTime has been added to PerformancePackageModeOfSale PerformancePackageModeOfSale PerformancePackageModeOfSale.ETicketReleaseDateTime
Property Added 15.1.15 AutoAttend has been added to PerformancePackageModeOfSale PerformancePackageModeOfSale PerformancePackageModeOfSale.AutoAttend
Property Added 15.1.15 PrintOnAutoAttend has been added to PerformancePackageModeOfSale PerformancePackageModeOfSale PerformancePackageModeOfSale.PrintOnAutoAttend
Property Removed 15.1.14 AutoAttend has been removed from PerformancePackageModeOfSale PerformancePackageModeOfSale AutoAttend
Property Removed 15.1.14 PrintOnAutoAttend has been removed from PerformancePackageModeOfSale PerformancePackageModeOfSale PrintOnAutoAttend
Property Added 15.1.13 AutoAttend has been added to PerformancePackageModeOfSale PerformancePackageModeOfSale PerformancePackageModeOfSale.AutoAttend
Property Added 15.1.13 PrintOnAutoAttend has been added to PerformancePackageModeOfSale PerformancePackageModeOfSale PerformancePackageModeOfSale.PrintOnAutoAttend
Parameter Added 15.0.0 New parameter added asOfDateTime asOfDateTime
Parameter Added 15.0.0 New parameter added modeOfSaleId modeOfSaleId
Parameter Added 15.0.0 New parameter added packageIds packageIds
Parameter Added 15.0.0 New parameter added performanceIds performanceIds