PerformancePackageModeOfSales Test
TXN/PerformancePackageModeOfSales/{performancePackageModeOfSaleId}
Get details of a performance package mode of sale.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/PerformancePackageModeOfSales/{performancePackageModeOfSaleId}

URI Parameters

Parameter Name Data Type Required Notes
performancePackageModeOfSaleId integer Y

Request Body

None.

No request body.

Response object type : PerformancePackageModeOfSale

Response object type 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-24T05:00:58.0713803-07:00",
  "EndDateTime": "2025-04-24T05:00:58.0713803-07:00",
  "ETicketReleaseDateTime": "2025-04-24T05:00:58.0713803-07:00",
  "PrintIndicator": true,
  "SeatIndicator": true,
  "AutoAttend": "sample string 6",
  "PrintOnAutoAttend": true
}
<PerformancePackageModeOfSale xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AutoAttend>sample string 6</AutoAttend>
  <ETicketReleaseDateTime>2025-04-24T05:00:58.0713803-07:00</ETicketReleaseDateTime>
  <EndDateTime>2025-04-24T05:00:58.0713803-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-24T05:00:58.0713803-07:00</StartDateTime>
</PerformancePackageModeOfSale>
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 Changed 15.0.0 performancePackageModeOfSaleId has been marked as required. Required