PriceTypes Test
TXN/PriceTypes/Summary?maintenanceMode={maintenanceMode}
Get summary of all price types.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/PriceTypes/Summary?maintenanceMode={maintenanceMode}

URI Parameters

Parameter Name Data Type Required Notes
maintenanceMode boolean N

Request Body

None.

No request body.

Response object type : Collection of PriceTypeSummary

Response object type Collection of PriceTypeSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
AliasDescription string
DefaultTicketDesign Entity
Description string
Id integer
Inactive boolean
ShortDescription string
[
  {
    "Description": "sample string 1",
    "AliasDescription": "sample string 2",
    "Id": 1,
    "DefaultTicketDesign": {
      "Id": 1
    },
    "Inactive": true,
    "ShortDescription": "sample string 3"
  },
  {
    "Description": "sample string 1",
    "AliasDescription": "sample string 2",
    "Id": 1,
    "DefaultTicketDesign": {
      "Id": 1
    },
    "Inactive": true,
    "ShortDescription": "sample string 3"
  }
]
<PriceTypeSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <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>
  <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>
</PriceTypeSummaries>
Change Version Description Contract Old New
Property Added 15.1.4 AliasDescription has been added to PriceTypeSummary PriceTypeSummary PriceTypeSummary.AliasDescription