ModeOfSaleOffers Test
TXN/ModeOfSaleOffers/{modeOfSaleOfferId}
Update an existing mode of sale offer.
Http Verb PUT
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

Request object type : ModeOfSaleOffer

Request 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 Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
EndDateTime date N
Id integer Y Non-updatable
MaxSeats integer Y
ModeOfSaleId integer Y
FK: TR_MOS.id
OverrideDefaultPriceTypeIndicator boolean Y
PackageId integer Y
FK: T_PKG.pkg_no   Resource: Packages
PerformanceId integer Y
FK: T_PERF.perf_no   Resource: Performances
PriceTypeId integer Y
FK: TR_PRICE_TYPE.id   Resource: PriceTypes
Rank integer Y
SourceId integer N
FK: TX_APPEAL_MEDIA_TYPE.source_no   Resource: Sources
StartDateTime date N
Terms string 255 N
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "EndDateTime": "2025-04-24T09:41:51.9812571-07:00",
  "Id": 1,
  "MaxSeats": 1,
  "OverrideDefaultPriceTypeIndicator": true,
  "Rank": 3,
  "StartDateTime": "2025-04-24T09:41:51.9812571-07:00",
  "Terms": "sample string 4",
  "AppealId": 1,
  "ModeOfSaleId": 5,
  "PerformanceId": 6,
  "PackageId": 7,
  "PriceTypeId": 8,
  "SourceId": 1,
  "CreatedDateTime": "2025-04-24T09:41:51.9812571-07:00",
  "CreatedBy": "sample string 9",
  "CreateLocation": "sample string 10",
  "UpdatedBy": "sample string 11",
  "UpdatedDateTime": "2025-04-24T09:41:51.9812571-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:41:51.9812571-07:00</CreatedDateTime>
  <EndDateTime>2025-04-24T09:41:51.9812571-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:41:51.9812571-07:00</StartDateTime>
  <Terms>sample string 4</Terms>
  <UpdatedBy>sample string 11</UpdatedBy>
  <UpdatedDateTime>2025-04-24T09:41:51.9812571-07:00</UpdatedDateTime>
</ModeOfSaleOffer>

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 Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
EndDateTime date N
Id integer Y Non-updatable
MaxSeats integer Y
ModeOfSaleId integer Y
FK: TR_MOS.id
OverrideDefaultPriceTypeIndicator boolean Y
PackageId integer Y
FK: T_PKG.pkg_no   Resource: Packages
PerformanceId integer Y
FK: T_PERF.perf_no   Resource: Performances
PriceTypeId integer Y
FK: TR_PRICE_TYPE.id   Resource: PriceTypes
Rank integer Y
SourceId integer N
FK: TX_APPEAL_MEDIA_TYPE.source_no   Resource: Sources
StartDateTime date N
Terms string 255 N
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "EndDateTime": "2025-04-24T09:41:51.9812571-07:00",
  "Id": 1,
  "MaxSeats": 1,
  "OverrideDefaultPriceTypeIndicator": true,
  "Rank": 3,
  "StartDateTime": "2025-04-24T09:41:51.9812571-07:00",
  "Terms": "sample string 4",
  "AppealId": 1,
  "ModeOfSaleId": 5,
  "PerformanceId": 6,
  "PackageId": 7,
  "PriceTypeId": 8,
  "SourceId": 1,
  "CreatedDateTime": "2025-04-24T09:41:51.9812571-07:00",
  "CreatedBy": "sample string 9",
  "CreateLocation": "sample string 10",
  "UpdatedBy": "sample string 11",
  "UpdatedDateTime": "2025-04-24T09:41:51.9812571-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:41:51.9812571-07:00</CreatedDateTime>
  <EndDateTime>2025-04-24T09:41:51.9812571-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:41:51.9812571-07:00</StartDateTime>
  <Terms>sample string 4</Terms>
  <UpdatedBy>sample string 11</UpdatedBy>
  <UpdatedDateTime>2025-04-24T09:41:51.9812571-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
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