TemplatePrices Test
TXN/TemplatePrices/{templatePriceId}
Get details of a template price.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/TemplatePrices/{templatePriceId}

URI Parameters

Parameter Name Data Type Required Notes
templatePriceId integer Y

Request Body

None.

No request body.

Response object type : TemplatePrice

Response object type TemplatePrice has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
EditIndicator boolean N
Enabled boolean N
Id integer N
MinPrice decimal number N
Price decimal number N
TemplatePriceType TemplatePriceTypeSummary N
FK: TX_TEMPLATE_PRICE_TYPE.id   Resource: TemplatePriceTypes
UpdatedBy string N
UpdatedDateTime date N
Zone ZoneSummary
{
  "Id": 1,
  "CreatedDateTime": "2025-04-24T09:41:56.5315184-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "EditIndicator": true,
  "Enabled": true,
  "UpdatedDateTime": "2025-04-24T09:41:56.5315184-07:00",
  "UpdatedBy": "sample string 4",
  "MinPrice": 5.0,
  "Price": 6.0,
  "Zone": {
    "Id": 1,
    "Description": "sample string 2",
    "ShortDescription": "sample string 3",
    "Rank": 4,
    "ZoneMapId": 5,
    "ZoneTime": "sample string 6",
    "Abbreviation": "sample string 7",
    "ZoneLegend": "sample string 8",
    "ZoneGroup": {
      "Id": 1,
      "Description": "sample string 1",
      "AliasDescription": "sample string 2",
      "Inactive": true,
      "Rank": 3
    }
  },
  "TemplatePriceType": {
    "Id": 1
  }
}
<TemplatePrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T09:41:56.5315184-07:00</CreatedDateTime>
  <EditIndicator>true</EditIndicator>
  <Enabled>true</Enabled>
  <Id>1</Id>
  <MinPrice>5</MinPrice>
  <Price>6</Price>
  <TemplatePriceType>
    <Id>1</Id>
  </TemplatePriceType>
  <UpdatedBy>sample string 4</UpdatedBy>
  <UpdatedDateTime>2025-04-24T09:41:56.5315184-07:00</UpdatedDateTime>
  <Zone>
    <Abbreviation>sample string 7</Abbreviation>
    <Description>sample string 2</Description>
    <Id>1</Id>
    <Rank>4</Rank>
    <ShortDescription>sample string 3</ShortDescription>
    <ZoneGroup>
      <AliasDescription>sample string 2</AliasDescription>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
      <Rank>3</Rank>
    </ZoneGroup>
    <ZoneLegend>sample string 8</ZoneLegend>
    <ZoneMapId>5</ZoneMapId>
    <ZoneTime>sample string 6</ZoneTime>
  </Zone>
</TemplatePrice>
Change Version Description Contract Old New
Parameter Changed 15.0.0 templatePriceId has been marked as required. Required