ModeOfSaleOffers Test
TXN/ModeOfSaleOffers/{modeOfSaleOfferId}
Get details of a mode of sale offer.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/ModeOfSaleOffers/{modeOfSaleOfferId}

URI Parameters

Parameter Name Data Type Required Notes
modeOfSaleOfferId integer Y

Request Body

None.

No request body.

Response object type : ModeOfSaleOffer

Response object type 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-24T09:39:07.3594741-07:00",
  "Id": 1,
  "MaxSeats": 1,
  "OverrideDefaultPriceTypeIndicator": true,
  "Rank": 3,
  "StartDateTime": "2025-04-24T09:39:07.3594741-07:00",
  "Terms": "sample string 4",
  "AppealId": 1,
  "ModeOfSaleId": 5,
  "PerformanceId": 6,
  "PackageId": 7,
  "PriceTypeId": 8,
  "SourceId": 1,
  "CreatedDateTime": "2025-04-24T09:39:07.3594741-07:00",
  "CreatedBy": "sample string 9",
  "CreateLocation": "sample string 10",
  "UpdatedBy": "sample string 11",
  "UpdatedDateTime": "2025-04-24T09:39:07.3594741-07:00"
}
<ModeOfSaleOffer xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AppealId>1</AppealId>
  <CreateLocation>sample string 10</CreateLocation>
  <CreatedBy>sample string 9</CreatedBy>
  <CreatedDateTime>2025-04-24T09:39:07.3594741-07:00</CreatedDateTime>
  <EndDateTime>2025-04-24T09:39:07.3594741-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-24T09:39:07.3594741-07:00</StartDateTime>
  <Terms>sample string 4</Terms>
  <UpdatedBy>sample string 11</UpdatedBy>
  <UpdatedDateTime>2025-04-24T09:39:07.3594741-07:00</UpdatedDateTime>
</ModeOfSaleOffer>
Change Version Description Contract Old New
Property Changed 15.1.0 ModeOfSaleId has changed from Int16 to int ModeOfSaleOffer Int16 int
Parameter Changed 15.0.0 modeOfSaleOfferId has been marked as required. Required