PerformancePrices Test
TXN/PerformancePrices/Details?performancePriceIds={performancePriceIds}
Get details of a set of performance prices along with events associated with those prices.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/PerformancePrices/Details?performancePriceIds={performancePriceIds}

URI Parameters

Parameter Name Data Type Required Notes
performancePriceIds string N

Request Body

None.

No request body.

Response object type : Collection of PerformancePriceDetail

Response object type Collection of PerformancePriceDetail has the following properties.
Property Name Data Type Length Required Readonly Notes
EditIndicator boolean
EffectiveDateTime date
Enabled boolean
HasEvents boolean
Id integer
IsPriceBasedOnCurrentEvent boolean
MinPrice decimal number
PerformancePriceType integer
Price decimal number
PriceEvents Collection of PriceEvent
Zone integer
[
  {
    "Id": 1,
    "EffectiveDateTime": "2025-04-24T05:23:04.1318703-07:00",
    "EditIndicator": true,
    "MinPrice": 2.0,
    "PerformancePriceType": 1,
    "Price": 3.0,
    "Enabled": true,
    "HasEvents": true,
    "IsPriceBasedOnCurrentEvent": true,
    "Zone": 1,
    "PriceEvents": [
      {
        "Id": 1,
        "ChangeId": 1,
        "PerformanceId": 1,
        "PerformancePriceId": 1,
        "Price": 2.0,
        "MinPrice": 3.0,
        "Enabled": true,
        "StartDateTime": "2025-04-24T05:23:04.1318703-07:00"
      },
      {
        "Id": 1,
        "ChangeId": 1,
        "PerformanceId": 1,
        "PerformancePriceId": 1,
        "Price": 2.0,
        "MinPrice": 3.0,
        "Enabled": true,
        "StartDateTime": "2025-04-24T05:23:04.1318703-07:00"
      }
    ]
  },
  {
    "Id": 1,
    "EffectiveDateTime": "2025-04-24T05:23:04.1318703-07:00",
    "EditIndicator": true,
    "MinPrice": 2.0,
    "PerformancePriceType": 1,
    "Price": 3.0,
    "Enabled": true,
    "HasEvents": true,
    "IsPriceBasedOnCurrentEvent": true,
    "Zone": 1,
    "PriceEvents": [
      {
        "Id": 1,
        "ChangeId": 1,
        "PerformanceId": 1,
        "PerformancePriceId": 1,
        "Price": 2.0,
        "MinPrice": 3.0,
        "Enabled": true,
        "StartDateTime": "2025-04-24T05:23:04.1318703-07:00"
      },
      {
        "Id": 1,
        "ChangeId": 1,
        "PerformanceId": 1,
        "PerformancePriceId": 1,
        "Price": 2.0,
        "MinPrice": 3.0,
        "Enabled": true,
        "StartDateTime": "2025-04-24T05:23:04.1318703-07:00"
      }
    ]
  }
]
<PerformancePriceDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <PerformancePriceDetail>
    <EditIndicator>true</EditIndicator>
    <EffectiveDateTime>2025-04-24T05:23:04.1318703-07:00</EffectiveDateTime>
    <Enabled>true</Enabled>
    <HasEvents>true</HasEvents>
    <Id>1</Id>
    <IsPriceBasedOnCurrentEvent>true</IsPriceBasedOnCurrentEvent>
    <MinPrice>2</MinPrice>
    <PerformancePriceType>1</PerformancePriceType>
    <Price>3</Price>
    <PriceEvents>
      <PriceEvent>
        <ChangeId>1</ChangeId>
        <Enabled>true</Enabled>
        <Id>1</Id>
        <MinPrice>3</MinPrice>
        <PerformanceId>1</PerformanceId>
        <PerformancePriceId>1</PerformancePriceId>
        <Price>2</Price>
        <StartDateTime>2025-04-24T05:23:04.1318703-07:00</StartDateTime>
      </PriceEvent>
      <PriceEvent>
        <ChangeId>1</ChangeId>
        <Enabled>true</Enabled>
        <Id>1</Id>
        <MinPrice>3</MinPrice>
        <PerformanceId>1</PerformanceId>
        <PerformancePriceId>1</PerformancePriceId>
        <Price>2</Price>
        <StartDateTime>2025-04-24T05:23:04.1318703-07:00</StartDateTime>
      </PriceEvent>
    </PriceEvents>
    <Zone>1</Zone>
  </PerformancePriceDetail>
  <PerformancePriceDetail>
    <EditIndicator>true</EditIndicator>
    <EffectiveDateTime>2025-04-24T05:23:04.1318703-07:00</EffectiveDateTime>
    <Enabled>true</Enabled>
    <HasEvents>true</HasEvents>
    <Id>1</Id>
    <IsPriceBasedOnCurrentEvent>true</IsPriceBasedOnCurrentEvent>
    <MinPrice>2</MinPrice>
    <PerformancePriceType>1</PerformancePriceType>
    <Price>3</Price>
    <PriceEvents>
      <PriceEvent>
        <ChangeId>1</ChangeId>
        <Enabled>true</Enabled>
        <Id>1</Id>
        <MinPrice>3</MinPrice>
        <PerformanceId>1</PerformanceId>
        <PerformancePriceId>1</PerformancePriceId>
        <Price>2</Price>
        <StartDateTime>2025-04-24T05:23:04.1318703-07:00</StartDateTime>
      </PriceEvent>
      <PriceEvent>
        <ChangeId>1</ChangeId>
        <Enabled>true</Enabled>
        <Id>1</Id>
        <MinPrice>3</MinPrice>
        <PerformanceId>1</PerformanceId>
        <PerformancePriceId>1</PerformancePriceId>
        <Price>2</Price>
        <StartDateTime>2025-04-24T05:23:04.1318703-07:00</StartDateTime>
      </PriceEvent>
    </PriceEvents>
    <Zone>1</Zone>
  </PerformancePriceDetail>
</PerformancePriceDetails>

No entries in change log for this operation.