The following operations are available for this resource.
Http Verb | Operation | ||
---|---|---|---|
GET | Method: Get, URL: TXN/PriceEvents/{priceEventId} | Test | |
Get details of a price event. |
|||
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. |
|||
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. |
|||
PUT | Method: MoveTo, URL: TXN/PriceEvents/MoveTo | Test | |
Move a set of price events to a new date. |
|||
DELETE | Method: Delete, URL: TXN/PriceEvents/{priceEventId} | Test | |
Delete an existing price event. |