ModeOfSaleOffers Test
TXN/ModeOfSaleOffers?modeOfSaleId={modeOfSaleId}&performanceIds={performanceIds}&packageIds={packageIds}&asOfDateTime={asOfDateTime}
Get all mode of sale offers. The mode of sale id, performace ids, or package ids is required. Performance ids and package ids used together will return no results.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/ModeOfSaleOffers?modeOfSaleId={modeOfSaleId}&performanceIds={performanceIds}&packageIds={packageIds}&asOfDateTime={asOfDateTime}

URI Parameters

Parameter Name Data Type Required Notes
modeOfSaleId integer N A mode of sale id.
performanceIds string N A comma-separated list of performance ids.
packageIds string N A comma-separated list of package ids.
asOfDateTime date N A date that falls between the start and end date-time.

Request Body

None.

No request body.

Response object type : Collection of ModeOfSaleOffer

Response object type Collection of ModeOfSaleOffer has the following properties.
Property Name Data Type Length Required Readonly Notes
AppealId integer N
FK: T_APPEAL.appeal_no   Resource: Appeals
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
EndDateTime date N
Id integer N
MaxSeats integer N
ModeOfSaleId integer N
FK: TR_MOS.id
OverrideDefaultPriceTypeIndicator boolean N
PackageId integer N
FK: T_PKG.pkg_no   Resource: Packages
PerformanceId integer N
FK: T_PERF.perf_no   Resource: Performances
PriceTypeId integer N
FK: TR_PRICE_TYPE.id   Resource: PriceTypes
Rank integer N
SourceId integer N
FK: TX_APPEAL_MEDIA_TYPE.source_no   Resource: Sources
StartDateTime date N
Terms string N
UpdatedBy string N
UpdatedDateTime date N
[
  {
    "EndDateTime": "2025-04-24T05:27:59.1005085-07:00",
    "Id": 1,
    "MaxSeats": 1,
    "OverrideDefaultPriceTypeIndicator": true,
    "Rank": 3,
    "StartDateTime": "2025-04-24T05:27:59.1005085-07:00",
    "Terms": "sample string 4",
    "AppealId": 1,
    "ModeOfSaleId": 5,
    "PerformanceId": 6,
    "PackageId": 7,
    "PriceTypeId": 8,
    "SourceId": 1,
    "CreatedDateTime": "2025-04-24T05:27:59.1005085-07:00",
    "CreatedBy": "sample string 9",
    "CreateLocation": "sample string 10",
    "UpdatedBy": "sample string 11",
    "UpdatedDateTime": "2025-04-24T05:27:59.1005085-07:00"
  },
  {
    "EndDateTime": "2025-04-24T05:27:59.1005085-07:00",
    "Id": 1,
    "MaxSeats": 1,
    "OverrideDefaultPriceTypeIndicator": true,
    "Rank": 3,
    "StartDateTime": "2025-04-24T05:27:59.1005085-07:00",
    "Terms": "sample string 4",
    "AppealId": 1,
    "ModeOfSaleId": 5,
    "PerformanceId": 6,
    "PackageId": 7,
    "PriceTypeId": 8,
    "SourceId": 1,
    "CreatedDateTime": "2025-04-24T05:27:59.1005085-07:00",
    "CreatedBy": "sample string 9",
    "CreateLocation": "sample string 10",
    "UpdatedBy": "sample string 11",
    "UpdatedDateTime": "2025-04-24T05:27:59.1005085-07:00"
  }
]
<ModeOfSaleOffers xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ModeOfSaleOffer>
    <AppealId>1</AppealId>
    <CreateLocation>sample string 10</CreateLocation>
    <CreatedBy>sample string 9</CreatedBy>
    <CreatedDateTime>2025-04-24T05:27:59.1005085-07:00</CreatedDateTime>
    <EndDateTime>2025-04-24T05:27:59.1005085-07:00</EndDateTime>
    <Id>1</Id>
    <MaxSeats>1</MaxSeats>
    <ModeOfSaleId>5</ModeOfSaleId>
    <OverrideDefaultPriceTypeIndicator>true</OverrideDefaultPriceTypeIndicator>
    <PackageId>7</PackageId>
    <PerformanceId>6</PerformanceId>
    <PriceTypeId>8</PriceTypeId>
    <Rank>3</Rank>
    <SourceId>1</SourceId>
    <StartDateTime>2025-04-24T05:27:59.1005085-07:00</StartDateTime>
    <Terms>sample string 4</Terms>
    <UpdatedBy>sample string 11</UpdatedBy>
    <UpdatedDateTime>2025-04-24T05:27:59.1005085-07:00</UpdatedDateTime>
  </ModeOfSaleOffer>
  <ModeOfSaleOffer>
    <AppealId>1</AppealId>
    <CreateLocation>sample string 10</CreateLocation>
    <CreatedBy>sample string 9</CreatedBy>
    <CreatedDateTime>2025-04-24T05:27:59.1005085-07:00</CreatedDateTime>
    <EndDateTime>2025-04-24T05:27:59.1005085-07:00</EndDateTime>
    <Id>1</Id>
    <MaxSeats>1</MaxSeats>
    <ModeOfSaleId>5</ModeOfSaleId>
    <OverrideDefaultPriceTypeIndicator>true</OverrideDefaultPriceTypeIndicator>
    <PackageId>7</PackageId>
    <PerformanceId>6</PerformanceId>
    <PriceTypeId>8</PriceTypeId>
    <Rank>3</Rank>
    <SourceId>1</SourceId>
    <StartDateTime>2025-04-24T05:27:59.1005085-07:00</StartDateTime>
    <Terms>sample string 4</Terms>
    <UpdatedBy>sample string 11</UpdatedBy>
    <UpdatedDateTime>2025-04-24T05:27:59.1005085-07:00</UpdatedDateTime>
  </ModeOfSaleOffer>
</ModeOfSaleOffers>
Change Version Description Contract Old New
Property Changed 15.1.0 ModeOfSaleId has changed from Int16 to int ModeOfSaleOffer Int16 int
Parameter Added 15.1.0 New parameter added modeOfSaleId modeOfSaleId
Parameter Added 15.1.0 New parameter added performanceIds performanceIds
Parameter Added 15.1.0 New parameter added packageIds packageIds
Parameter Added 15.1.0 New parameter added asOfDateTime asOfDateTime