ModeOfSalePriceTypes Test
TXN/ModeOfSalePriceTypes/{modeOfSalePriceTypeId}
Update an existing mode of sale price type.
Http Verb PUT
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/ModeOfSalePriceTypes/{modeOfSalePriceTypeId}

URI Parameters

Parameter Name Data Type Required Notes
modeOfSalePriceTypeId integer Y

Request Body

Request object type : ModeOfSalePriceType

Request object type ModeOfSalePriceType has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
DefaultIndicator boolean N
Id integer Y Non-updatable
ModeOfSale ModeOfSaleSummary Y
FK: TR_MOS.id
PriceType PriceTypeSummary Y
FK: TR_PRICE_TYPE.id   Resource: PriceTypes
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "CreatedDateTime": "2025-04-24T05:09:50.123971-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "DefaultIndicator": true,
  "Id": 1,
  "UpdatedDateTime": "2025-04-24T05:09:50.123971-07:00",
  "UpdatedBy": "sample string 4",
  "ModeOfSale": {
    "Id": 1,
    "Description": "sample string 1",
    "Inactive": true,
    "Category": {
      "Id": 1,
      "Description": "sample string 1",
      "ShortDescription": "sample string 2",
      "Sequence": 3,
      "Inactive": true
    }
  },
  "PriceType": {
    "Description": "sample string 1",
    "AliasDescription": "sample string 2",
    "Id": 1,
    "DefaultTicketDesign": {
      "Id": 1
    },
    "Inactive": true,
    "ShortDescription": "sample string 3"
  }
}
<ModeOfSalePriceType xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T05:09:50.123971-07:00</CreatedDateTime>
  <DefaultIndicator>true</DefaultIndicator>
  <Id>1</Id>
  <ModeOfSale>
    <Category>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
      <Sequence>3</Sequence>
      <ShortDescription>sample string 2</ShortDescription>
    </Category>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </ModeOfSale>
  <PriceType>
    <AliasDescription>sample string 2</AliasDescription>
    <DefaultTicketDesign>
      <Id>1</Id>
    </DefaultTicketDesign>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <ShortDescription>sample string 3</ShortDescription>
  </PriceType>
  <UpdatedBy>sample string 4</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:09:50.123971-07:00</UpdatedDateTime>
</ModeOfSalePriceType>

Response object type : ModeOfSalePriceType

Response object type ModeOfSalePriceType has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
DefaultIndicator boolean N
Id integer Y Non-updatable
ModeOfSale ModeOfSaleSummary Y
FK: TR_MOS.id
PriceType PriceTypeSummary Y
FK: TR_PRICE_TYPE.id   Resource: PriceTypes
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "CreatedDateTime": "2025-04-24T05:09:50.123971-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "DefaultIndicator": true,
  "Id": 1,
  "UpdatedDateTime": "2025-04-24T05:09:50.123971-07:00",
  "UpdatedBy": "sample string 4",
  "ModeOfSale": {
    "Id": 1,
    "Description": "sample string 1",
    "Inactive": true,
    "Category": {
      "Id": 1,
      "Description": "sample string 1",
      "ShortDescription": "sample string 2",
      "Sequence": 3,
      "Inactive": true
    }
  },
  "PriceType": {
    "Description": "sample string 1",
    "AliasDescription": "sample string 2",
    "Id": 1,
    "DefaultTicketDesign": {
      "Id": 1
    },
    "Inactive": true,
    "ShortDescription": "sample string 3"
  }
}
<ModeOfSalePriceType xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T05:09:50.123971-07:00</CreatedDateTime>
  <DefaultIndicator>true</DefaultIndicator>
  <Id>1</Id>
  <ModeOfSale>
    <Category>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
      <Sequence>3</Sequence>
      <ShortDescription>sample string 2</ShortDescription>
    </Category>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </ModeOfSale>
  <PriceType>
    <AliasDescription>sample string 2</AliasDescription>
    <DefaultTicketDesign>
      <Id>1</Id>
    </DefaultTicketDesign>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <ShortDescription>sample string 3</ShortDescription>
  </PriceType>
  <UpdatedBy>sample string 4</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:09:50.123971-07:00</UpdatedDateTime>
</ModeOfSalePriceType>
Change Version Description Contract Old New
Parameter Changed 15.0.0 modeOfSalePriceTypeId has been marked as required. Required