TemplatePrices Test
TXN/TemplatePrices?templateId={templateId}
Get all template prices.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/TemplatePrices?templateId={templateId}

URI Parameters

Parameter Name Data Type Required Notes
templateId integer N Required. Filter templatePrices to a single price template.

Request Body

None.

No request body.

Response object type : Collection of TemplatePrice

Response object type Collection of 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-24T05:18:57.2277611-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "EditIndicator": true,
    "Enabled": true,
    "UpdatedDateTime": "2025-04-24T05:18:57.2277611-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
    }
  },
  {
    "Id": 1,
    "CreatedDateTime": "2025-04-24T05:18:57.2277611-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "EditIndicator": true,
    "Enabled": true,
    "UpdatedDateTime": "2025-04-24T05:18:57.2277611-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
    }
  }
]
<TemplatePrices xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <TemplatePrice>
    <CreateLocation>sample string 1</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T05:18:57.2277611-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-24T05:18:57.2277611-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>
  <TemplatePrice>
    <CreateLocation>sample string 1</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T05:18:57.2277611-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-24T05:18:57.2277611-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>
</TemplatePrices>

No entries in change log for this operation.