ModesOfSale Test
TXN/ModesOfSale/{modeOfSaleId}
Get details of an existing mode of sale.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/ModesOfSale/{modeOfSaleId}

URI Parameters

Parameter Name Data Type Required Notes
modeOfSaleId integer Y

Request Body

None.

No request body.

Response object type : ModeOfSale

Response object type ModeOfSale has the following properties.
Property Name Data Type Length Required Readonly Notes
AllowUnseatedPaidInd boolean N
Category ModeOfSaleCategorySummary N
FK: TR_MOS_CATEGORY.id   Resource: ModeOfSaleCategories
CategoryRequired boolean N
ClearSourceNoInd boolean N
ClearSourceOnReload boolean N
ConfirmationMode boolean N
ConstLinkRequired boolean N
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
DefaultAckFormatId integer N
DefaultChannelId integer N
DefaultDeliveryMethodId integer N
DefaultHeaderFormatId integer N
FK: T_DESIGN.design_no
DefaultSalesLayoutId integer N
FK: T_SALES_LAYOUT.id   Resource: SalesLayouts
Description string N
EditDate boolean N
EditSourceOnReload boolean N
GeneralPublicInd boolean N
HaboDays integer N
HaboForeign boolean N
HoldUntilDate date N
HoldUntilDays integer N
HoldUntilMethod string N
Id integer N
Inactive boolean N
MustBePaidInd boolean N
MustBeSeatedInd boolean N
MustBeTicketedInd boolean N
PricingRuleSetId integer N
FK: T_PRICING_RULE_SET.id   Resource: PricingRuleSets
SampleForGeneralPublic integer N
SampleForKnownConstituent integer N
SliAutoDeleteInd boolean N
StartPkgOrPerf string N
SubsSummaryRequired boolean N
UpdatedBy string N
UpdatedDateTime date N
{
  "Description": "sample string 1",
  "Id": 1,
  "Inactive": true,
  "Category": {
    "Id": 1,
    "Description": "sample string 1",
    "ShortDescription": "sample string 2",
    "Sequence": 3,
    "Inactive": true
  },
  "CreatedDateTime": "2025-04-24T09:44:25.4844083-07:00",
  "CreateLocation": "sample string 2",
  "CreatedBy": "sample string 3",
  "UpdatedDateTime": "2025-04-24T09:44:25.4844083-07:00",
  "UpdatedBy": "sample string 4",
  "GeneralPublicInd": true,
  "SliAutoDeleteInd": true,
  "MustBePaidInd": true,
  "MustBeSeatedInd": true,
  "MustBeTicketedInd": true,
  "HoldUntilMethod": "sample string 5",
  "HoldUntilDate": "2025-04-24T09:44:25.4844083-07:00",
  "HoldUntilDays": 1,
  "DefaultHeaderFormatId": 1,
  "ClearSourceNoInd": true,
  "ConfirmationMode": true,
  "HaboDays": 1,
  "HaboForeign": true,
  "EditDate": true,
  "StartPkgOrPerf": "sample string 6",
  "ClearSourceOnReload": true,
  "EditSourceOnReload": true,
  "CategoryRequired": true,
  "SubsSummaryRequired": true,
  "DefaultAckFormatId": 1,
  "DefaultDeliveryMethodId": 1,
  "AllowUnseatedPaidInd": true,
  "ConstLinkRequired": true,
  "DefaultChannelId": 1,
  "SampleForGeneralPublic": 7,
  "SampleForKnownConstituent": 8,
  "DefaultSalesLayoutId": 1,
  "PricingRuleSetId": 1
}
<ModeOfSale xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AllowUnseatedPaidInd>true</AllowUnseatedPaidInd>
  <Category>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <Sequence>3</Sequence>
    <ShortDescription>sample string 2</ShortDescription>
  </Category>
  <CategoryRequired>true</CategoryRequired>
  <ClearSourceNoInd>true</ClearSourceNoInd>
  <ClearSourceOnReload>true</ClearSourceOnReload>
  <ConfirmationMode>true</ConfirmationMode>
  <ConstLinkRequired>true</ConstLinkRequired>
  <CreateLocation>sample string 2</CreateLocation>
  <CreatedBy>sample string 3</CreatedBy>
  <CreatedDateTime>2025-04-24T09:44:25.4844083-07:00</CreatedDateTime>
  <DefaultAckFormatId>1</DefaultAckFormatId>
  <DefaultChannelId>1</DefaultChannelId>
  <DefaultDeliveryMethodId>1</DefaultDeliveryMethodId>
  <DefaultHeaderFormatId>1</DefaultHeaderFormatId>
  <DefaultSalesLayoutId>1</DefaultSalesLayoutId>
  <Description>sample string 1</Description>
  <EditDate>true</EditDate>
  <EditSourceOnReload>true</EditSourceOnReload>
  <GeneralPublicInd>true</GeneralPublicInd>
  <HaboDays>1</HaboDays>
  <HaboForeign>true</HaboForeign>
  <HoldUntilDate>2025-04-24T09:44:25.4844083-07:00</HoldUntilDate>
  <HoldUntilDays>1</HoldUntilDays>
  <HoldUntilMethod>sample string 5</HoldUntilMethod>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <MustBePaidInd>true</MustBePaidInd>
  <MustBeSeatedInd>true</MustBeSeatedInd>
  <MustBeTicketedInd>true</MustBeTicketedInd>
  <PricingRuleSetId>1</PricingRuleSetId>
  <SampleForGeneralPublic>7</SampleForGeneralPublic>
  <SampleForKnownConstituent>8</SampleForKnownConstituent>
  <SliAutoDeleteInd>true</SliAutoDeleteInd>
  <StartPkgOrPerf>sample string 6</StartPkgOrPerf>
  <SubsSummaryRequired>true</SubsSummaryRequired>
  <UpdatedBy>sample string 4</UpdatedBy>
  <UpdatedDateTime>2025-04-24T09:44:25.4844083-07:00</UpdatedDateTime>
</ModeOfSale>
Change Version Description Contract Old New
Parameter Changed 15.0.0 modeOfSaleId has been marked as required. Required