PriceEvents Test
TXN/PriceEvents/Dates?performanceIds={performanceIds}
Gets a distinct set of dates that contain events for the given list of performances.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/PriceEvents/Dates?performanceIds={performanceIds}

URI Parameters

Parameter Name Data Type Required Notes
performanceIds string N

Request Body

None.

No request body.

Response object type : Collection of date

[
  "2025-04-24T05:23:06.733734-07:00",
  "2025-04-24T05:23:06.733734-07:00"
]
<PriceEventDates xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <PriceEventDate>2025-04-24T05:23:06.733734-07:00</PriceEventDate>
  <PriceEventDate>2025-04-24T05:23:06.733734-07:00</PriceEventDate>
</PriceEventDates>

No entries in change log for this operation.