PerformancePrices Test
TXN/PerformancePrices/Audit?performancePriceIds={performancePriceIds}
Get the performance price audit entries for a set of performance prices.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/PerformancePrices/Audit?performancePriceIds={performancePriceIds}

URI Parameters

Parameter Name Data Type Required Notes
performancePriceIds string N

Request Body

None.

No request body.

Response object type : Collection of PerformancePriceAuditEntry

Response object type Collection of PerformancePriceAuditEntry has the following properties.
Property Name Data Type Length Required Readonly Notes
Action string
Date date
EditIndicator boolean
Enabled boolean
EndDateTime date
EventDateTime date
Location string
MinPrice decimal number
PerformanceCode string
PerformanceId integer
PerformancePriceTypeId integer
Price decimal number
PriceLayerId integer
PriceLayerTypeDescription string
PriceTypeDescription string
PriceTypeId integer
StartDateTime date
User string
ZoneDescription string
ZoneId integer
[
  {
    "PerformanceCode": "sample string 1",
    "PriceLayerTypeDescription": "sample string 2",
    "PriceTypeDescription": "sample string 3",
    "ZoneDescription": "sample string 4",
    "EventDateTime": "2025-04-24T05:18:54.4989672-07:00",
    "User": "sample string 6",
    "Date": "2025-04-24T05:18:54.4989672-07:00",
    "Location": "sample string 8",
    "Action": "sample string 9",
    "StartDateTime": "2025-04-24T05:18:54.4989672-07:00",
    "EndDateTime": "2025-04-24T05:18:54.4989672-07:00",
    "Price": 12.0,
    "MinPrice": 13.0,
    "Enabled": true,
    "EditIndicator": true,
    "PerformanceId": 16,
    "PriceLayerId": 17,
    "PerformancePriceTypeId": 18,
    "PriceTypeId": 19,
    "ZoneId": 20
  },
  {
    "PerformanceCode": "sample string 1",
    "PriceLayerTypeDescription": "sample string 2",
    "PriceTypeDescription": "sample string 3",
    "ZoneDescription": "sample string 4",
    "EventDateTime": "2025-04-24T05:18:54.4989672-07:00",
    "User": "sample string 6",
    "Date": "2025-04-24T05:18:54.4989672-07:00",
    "Location": "sample string 8",
    "Action": "sample string 9",
    "StartDateTime": "2025-04-24T05:18:54.4989672-07:00",
    "EndDateTime": "2025-04-24T05:18:54.4989672-07:00",
    "Price": 12.0,
    "MinPrice": 13.0,
    "Enabled": true,
    "EditIndicator": true,
    "PerformanceId": 16,
    "PriceLayerId": 17,
    "PerformancePriceTypeId": 18,
    "PriceTypeId": 19,
    "ZoneId": 20
  }
]
<PerformancePriceAuditEntries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <PerformancePriceAuditEntry>
    <Action>sample string 9</Action>
    <Date>2025-04-24T05:18:54.4989672-07:00</Date>
    <EditIndicator>true</EditIndicator>
    <Enabled>true</Enabled>
    <EndDateTime>2025-04-24T05:18:54.4989672-07:00</EndDateTime>
    <EventDateTime>2025-04-24T05:18:54.4989672-07:00</EventDateTime>
    <Location>sample string 8</Location>
    <MinPrice>13</MinPrice>
    <PerformanceCode>sample string 1</PerformanceCode>
    <PerformanceId>16</PerformanceId>
    <PerformancePriceTypeId>18</PerformancePriceTypeId>
    <Price>12</Price>
    <PriceLayerId>17</PriceLayerId>
    <PriceLayerTypeDescription>sample string 2</PriceLayerTypeDescription>
    <PriceTypeDescription>sample string 3</PriceTypeDescription>
    <PriceTypeId>19</PriceTypeId>
    <StartDateTime>2025-04-24T05:18:54.4989672-07:00</StartDateTime>
    <User>sample string 6</User>
    <ZoneDescription>sample string 4</ZoneDescription>
    <ZoneId>20</ZoneId>
  </PerformancePriceAuditEntry>
  <PerformancePriceAuditEntry>
    <Action>sample string 9</Action>
    <Date>2025-04-24T05:18:54.4989672-07:00</Date>
    <EditIndicator>true</EditIndicator>
    <Enabled>true</Enabled>
    <EndDateTime>2025-04-24T05:18:54.4989672-07:00</EndDateTime>
    <EventDateTime>2025-04-24T05:18:54.4989672-07:00</EventDateTime>
    <Location>sample string 8</Location>
    <MinPrice>13</MinPrice>
    <PerformanceCode>sample string 1</PerformanceCode>
    <PerformanceId>16</PerformanceId>
    <PerformancePriceTypeId>18</PerformancePriceTypeId>
    <Price>12</Price>
    <PriceLayerId>17</PriceLayerId>
    <PriceLayerTypeDescription>sample string 2</PriceLayerTypeDescription>
    <PriceTypeDescription>sample string 3</PriceTypeDescription>
    <PriceTypeId>19</PriceTypeId>
    <StartDateTime>2025-04-24T05:18:54.4989672-07:00</StartDateTime>
    <User>sample string 6</User>
    <ZoneDescription>sample string 4</ZoneDescription>
    <ZoneId>20</ZoneId>
  </PerformancePriceAuditEntry>
</PerformancePriceAuditEntries>

No entries in change log for this operation.