ModeOfSaleUserGroups Test
TXN/ModeOfSaleUserGroups
Create a new mode of sale/user group mapping.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/ModeOfSaleUserGroups

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : ModeOfSaleUserGroup

Request object type ModeOfSaleUserGroup has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
DefaultIndicator boolean
Id integer N Auto-assigned
ModeOfSale ModeOfSale Y
FK: TR_MOS.id   Resource: ModesOfSale
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
UserGroupId string 8 Y
{
  "Id": 1,
  "CreatedDateTime": "2025-04-24T05:08:04.9979228-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "UpdatedDateTime": "2025-04-24T05:08:04.9979228-07:00",
  "UpdatedBy": "sample string 3",
  "DefaultIndicator": true,
  "ModeOfSale": {
    "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-24T05:08:04.9979228-07:00",
    "CreateLocation": "sample string 2",
    "CreatedBy": "sample string 3",
    "UpdatedDateTime": "2025-04-24T05:08:04.9979228-07:00",
    "UpdatedBy": "sample string 4",
    "GeneralPublicInd": true,
    "SliAutoDeleteInd": true,
    "MustBePaidInd": true,
    "MustBeSeatedInd": true,
    "MustBeTicketedInd": true,
    "HoldUntilMethod": "sample string 5",
    "HoldUntilDate": "2025-04-24T05:08:04.9979228-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
  },
  "UserGroupId": "sample string 5"
}
<ModeOfSaleUserGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tessitura.Service.Client.Common">
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T05:08:04.9979228-07:00</CreatedDateTime>
  <DefaultIndicator>true</DefaultIndicator>
  <Id>1</Id>
  <ModeOfSale>
    <AllowUnseatedPaidInd xmlns="">true</AllowUnseatedPaidInd>
    <Category xmlns="">
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
      <Sequence>3</Sequence>
      <ShortDescription>sample string 2</ShortDescription>
    </Category>
    <CategoryRequired xmlns="">true</CategoryRequired>
    <ClearSourceNoInd xmlns="">true</ClearSourceNoInd>
    <ClearSourceOnReload xmlns="">true</ClearSourceOnReload>
    <ConfirmationMode xmlns="">true</ConfirmationMode>
    <ConstLinkRequired xmlns="">true</ConstLinkRequired>
    <CreateLocation xmlns="">sample string 2</CreateLocation>
    <CreatedBy xmlns="">sample string 3</CreatedBy>
    <CreatedDateTime xmlns="">2025-04-24T05:08:04.9979228-07:00</CreatedDateTime>
    <DefaultAckFormatId xmlns="">1</DefaultAckFormatId>
    <DefaultChannelId xmlns="">1</DefaultChannelId>
    <DefaultDeliveryMethodId xmlns="">1</DefaultDeliveryMethodId>
    <DefaultHeaderFormatId xmlns="">1</DefaultHeaderFormatId>
    <DefaultSalesLayoutId xmlns="">1</DefaultSalesLayoutId>
    <Description xmlns="">sample string 1</Description>
    <EditDate xmlns="">true</EditDate>
    <EditSourceOnReload xmlns="">true</EditSourceOnReload>
    <GeneralPublicInd xmlns="">true</GeneralPublicInd>
    <HaboDays xmlns="">1</HaboDays>
    <HaboForeign xmlns="">true</HaboForeign>
    <HoldUntilDate xmlns="">2025-04-24T05:08:04.9979228-07:00</HoldUntilDate>
    <HoldUntilDays xmlns="">1</HoldUntilDays>
    <HoldUntilMethod xmlns="">sample string 5</HoldUntilMethod>
    <Id xmlns="">1</Id>
    <Inactive xmlns="">true</Inactive>
    <MustBePaidInd xmlns="">true</MustBePaidInd>
    <MustBeSeatedInd xmlns="">true</MustBeSeatedInd>
    <MustBeTicketedInd xmlns="">true</MustBeTicketedInd>
    <PricingRuleSetId xmlns="">1</PricingRuleSetId>
    <SampleForGeneralPublic xmlns="">7</SampleForGeneralPublic>
    <SampleForKnownConstituent xmlns="">8</SampleForKnownConstituent>
    <SliAutoDeleteInd xmlns="">true</SliAutoDeleteInd>
    <StartPkgOrPerf xmlns="">sample string 6</StartPkgOrPerf>
    <SubsSummaryRequired xmlns="">true</SubsSummaryRequired>
    <UpdatedBy xmlns="">sample string 4</UpdatedBy>
    <UpdatedDateTime xmlns="">2025-04-24T05:08:04.9979228-07:00</UpdatedDateTime>
  </ModeOfSale>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:08:04.9979228-07:00</UpdatedDateTime>
  <UserGroupId>sample string 5</UserGroupId>
</ModeOfSaleUserGroup>

Response object type : ModeOfSaleUserGroup

Response object type ModeOfSaleUserGroup has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
DefaultIndicator boolean
Id integer N Auto-assigned
ModeOfSale ModeOfSale Y
FK: TR_MOS.id   Resource: ModesOfSale
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
UserGroupId string 8 Y
{
  "Id": 1,
  "CreatedDateTime": "2025-04-24T05:08:04.9979228-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "UpdatedDateTime": "2025-04-24T05:08:04.9979228-07:00",
  "UpdatedBy": "sample string 3",
  "DefaultIndicator": true,
  "ModeOfSale": {
    "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-24T05:08:04.9979228-07:00",
    "CreateLocation": "sample string 2",
    "CreatedBy": "sample string 3",
    "UpdatedDateTime": "2025-04-24T05:08:04.9979228-07:00",
    "UpdatedBy": "sample string 4",
    "GeneralPublicInd": true,
    "SliAutoDeleteInd": true,
    "MustBePaidInd": true,
    "MustBeSeatedInd": true,
    "MustBeTicketedInd": true,
    "HoldUntilMethod": "sample string 5",
    "HoldUntilDate": "2025-04-24T05:08:04.9979228-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
  },
  "UserGroupId": "sample string 5"
}
<ModeOfSaleUserGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tessitura.Service.Client.Common">
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T05:08:04.9979228-07:00</CreatedDateTime>
  <DefaultIndicator>true</DefaultIndicator>
  <Id>1</Id>
  <ModeOfSale>
    <AllowUnseatedPaidInd xmlns="">true</AllowUnseatedPaidInd>
    <Category xmlns="">
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
      <Sequence>3</Sequence>
      <ShortDescription>sample string 2</ShortDescription>
    </Category>
    <CategoryRequired xmlns="">true</CategoryRequired>
    <ClearSourceNoInd xmlns="">true</ClearSourceNoInd>
    <ClearSourceOnReload xmlns="">true</ClearSourceOnReload>
    <ConfirmationMode xmlns="">true</ConfirmationMode>
    <ConstLinkRequired xmlns="">true</ConstLinkRequired>
    <CreateLocation xmlns="">sample string 2</CreateLocation>
    <CreatedBy xmlns="">sample string 3</CreatedBy>
    <CreatedDateTime xmlns="">2025-04-24T05:08:04.9979228-07:00</CreatedDateTime>
    <DefaultAckFormatId xmlns="">1</DefaultAckFormatId>
    <DefaultChannelId xmlns="">1</DefaultChannelId>
    <DefaultDeliveryMethodId xmlns="">1</DefaultDeliveryMethodId>
    <DefaultHeaderFormatId xmlns="">1</DefaultHeaderFormatId>
    <DefaultSalesLayoutId xmlns="">1</DefaultSalesLayoutId>
    <Description xmlns="">sample string 1</Description>
    <EditDate xmlns="">true</EditDate>
    <EditSourceOnReload xmlns="">true</EditSourceOnReload>
    <GeneralPublicInd xmlns="">true</GeneralPublicInd>
    <HaboDays xmlns="">1</HaboDays>
    <HaboForeign xmlns="">true</HaboForeign>
    <HoldUntilDate xmlns="">2025-04-24T05:08:04.9979228-07:00</HoldUntilDate>
    <HoldUntilDays xmlns="">1</HoldUntilDays>
    <HoldUntilMethod xmlns="">sample string 5</HoldUntilMethod>
    <Id xmlns="">1</Id>
    <Inactive xmlns="">true</Inactive>
    <MustBePaidInd xmlns="">true</MustBePaidInd>
    <MustBeSeatedInd xmlns="">true</MustBeSeatedInd>
    <MustBeTicketedInd xmlns="">true</MustBeTicketedInd>
    <PricingRuleSetId xmlns="">1</PricingRuleSetId>
    <SampleForGeneralPublic xmlns="">7</SampleForGeneralPublic>
    <SampleForKnownConstituent xmlns="">8</SampleForKnownConstituent>
    <SliAutoDeleteInd xmlns="">true</SliAutoDeleteInd>
    <StartPkgOrPerf xmlns="">sample string 6</StartPkgOrPerf>
    <SubsSummaryRequired xmlns="">true</SubsSummaryRequired>
    <UpdatedBy xmlns="">sample string 4</UpdatedBy>
    <UpdatedDateTime xmlns="">2025-04-24T05:08:04.9979228-07:00</UpdatedDateTime>
  </ModeOfSale>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:08:04.9979228-07:00</UpdatedDateTime>
  <UserGroupId>sample string 5</UserGroupId>
</ModeOfSaleUserGroup>
Change Version Description Contract Old New
Resource Added 15.0.0 New resource added. ModeOfSaleUserGroups