Price Events

The following operations are available for this resource.

Http Verb Operation
Get TXN/PriceEvents/{priceEventId} Get details of a price event.
GET Method: Get, URL: TXN/PriceEvents/{priceEventId} Test

Get details of a price event.

GetAll TXN/PriceEvents?performanceIds={performanceIds}&performancePriceLayerIds={performancePriceLayerIds}&performancePriceTypeIds={performancePriceTypeIds}&performancePriceIds={performancePriceIds}&fromDate={fromDate}&toDate={toDate} Get all price events for a performance, performance price type or performance price detail. From and To Date parameters can be used to filter the events. If both are specified, then events between those dates would be returned. If only fromDate is specified then all events with a startDate greater than that date would be returned. If only toDate is specified then all events with a startDate less than that date would be returned.
GET Method: GetAll, URL: TXN/PriceEvents?performanceIds={performanceIds}&performancePriceLayerIds={performancePriceLayerIds}&performancePriceTypeIds={performancePriceTypeIds}&performancePriceIds={performancePriceIds}&fromDate={fromDate}&toDate={toDate} Test

Get all price events for a performance, performance price type or performance price detail. From and To Date parameters can be used to filter the events. If both are specified, then events between those dates would be returned. If only fromDate is specified then all events with a startDate greater than that date would be returned. If only toDate is specified then all events with a startDate less than that date would be returned.

GetDates TXN/PriceEvents/Dates?performanceIds={performanceIds} Gets a distinct set of dates that contain events for the given list of performances.
GET Method: GetDates, URL: TXN/PriceEvents/Dates?performanceIds={performanceIds} Test

Gets a distinct set of dates that contain events for the given list of performances.

MoveTo TXN/PriceEvents/MoveTo Move a set of price events to a new date.
PUT Method: MoveTo, URL: TXN/PriceEvents/MoveTo Test

Move a set of price events to a new date.

Delete TXN/PriceEvents/{priceEventId} Delete an existing price event.
DELETE Method: Delete, URL: TXN/PriceEvents/{priceEventId} Test

Delete an existing price event.