Http Verb | POST |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/TXN/ModeOfSaleOffers |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyRequest object type : ModeOfSaleOffer
|
{
"EndDateTime": "2025-04-24T05:25:30.1085471-07:00",
"Id": 1,
"MaxSeats": 1,
"OverrideDefaultPriceTypeIndicator": true,
"Rank": 3,
"StartDateTime": "2025-04-24T05:25:30.1085471-07:00",
"Terms": "sample string 4",
"AppealId": 1,
"ModeOfSaleId": 5,
"PerformanceId": 6,
"PackageId": 7,
"PriceTypeId": 8,
"SourceId": 1,
"CreatedDateTime": "2025-04-24T05:25:30.1085471-07:00",
"CreatedBy": "sample string 9",
"CreateLocation": "sample string 10",
"UpdatedBy": "sample string 11",
"UpdatedDateTime": "2025-04-24T05:25:30.1085471-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-24T05:25:30.1085471-07:00</CreatedDateTime>
<EndDateTime>2025-04-24T05:25:30.1085471-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:25:30.1085471-07:00</StartDateTime>
<Terms>sample string 4</Terms>
<UpdatedBy>sample string 11</UpdatedBy>
<UpdatedDateTime>2025-04-24T05:25:30.1085471-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 | Auto-assigned | ||
CreatedDateTime | date | N | Auto-assigned | ||
CreateLocation | string | N | Auto-assigned | ||
EndDateTime | date | N | |||
Id | integer | N | Auto-assigned | ||
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 | N | Auto-assigned |
{
"EndDateTime": "2025-04-24T05:25:30.1085471-07:00",
"Id": 1,
"MaxSeats": 1,
"OverrideDefaultPriceTypeIndicator": true,
"Rank": 3,
"StartDateTime": "2025-04-24T05:25:30.1085471-07:00",
"Terms": "sample string 4",
"AppealId": 1,
"ModeOfSaleId": 5,
"PerformanceId": 6,
"PackageId": 7,
"PriceTypeId": 8,
"SourceId": 1,
"CreatedDateTime": "2025-04-24T05:25:30.1085471-07:00",
"CreatedBy": "sample string 9",
"CreateLocation": "sample string 10",
"UpdatedBy": "sample string 11",
"UpdatedDateTime": "2025-04-24T05:25:30.1085471-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-24T05:25:30.1085471-07:00</CreatedDateTime>
<EndDateTime>2025-04-24T05:25:30.1085471-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:25:30.1085471-07:00</StartDateTime>
<Terms>sample string 4</Terms>
<UpdatedBy>sample string 11</UpdatedBy>
<UpdatedDateTime>2025-04-24T05:25:30.1085471-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 |