PriceEvents Test
TXN/PriceEvents/MoveTo
Move a set of price events to a new date.
Http Verb PUT
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/PriceEvents/MoveTo

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : PriceEventMoveRequest

Request object type PriceEventMoveRequest has the following properties.
Property Name Data Type Length Required Readonly Notes
EventDateTime date
EventIds string
{
  "EventIds": "sample string 1",
  "EventDateTime": "2025-04-24T05:08:04.1799812-07:00"
}
<PriceEventMoveRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <EventDateTime>2025-04-24T05:08:04.1799812-07:00</EventDateTime>
  <EventIds>sample string 1</EventIds>
</PriceEventMoveRequest>

No response body. Please check http status code header for success (200 OK) or failure. It there are error(s), a collection of ErrorMessages will be returned.

No response body. Please check http status code header for success (200 OK) or failure. It there are error(s), a collection of ErrorMessages will be returned.

No entries in change log for this operation.