PerformancePriceLayers Test
TXN/PerformancePriceLayers/Prices
Update a set of prices across one or more performances.
Http Verb PUT
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/PerformancePriceLayers/Prices

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : Collection of PriceUpdateRequest

Request object type Collection of PriceUpdateRequest has the following properties.
Property Name Data Type Length Required Readonly Notes
Editable boolean
EffectiveDateTime date
Enabled boolean
MinPrice decimal number
PerformanceIds string
Price decimal number
PriceLayerTypeId integer
PriceTypeId integer
ZoneId integer
[
  {
    "PerformanceIds": "sample string 1",
    "EffectiveDateTime": "2025-04-24T05:09:45.1080887-07:00",
    "PriceLayerTypeId": 2,
    "PriceTypeId": 3,
    "ZoneId": 4,
    "Price": 5.0,
    "MinPrice": 6.0,
    "Enabled": true,
    "Editable": true
  },
  {
    "PerformanceIds": "sample string 1",
    "EffectiveDateTime": "2025-04-24T05:09:45.1080887-07:00",
    "PriceLayerTypeId": 2,
    "PriceTypeId": 3,
    "ZoneId": 4,
    "Price": 5.0,
    "MinPrice": 6.0,
    "Enabled": true,
    "Editable": true
  }
]
<PriceUpdateRequests xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <PriceUpdateRequest>
    <Editable>true</Editable>
    <EffectiveDateTime>2025-04-24T05:09:45.1080887-07:00</EffectiveDateTime>
    <Enabled>true</Enabled>
    <MinPrice>6</MinPrice>
    <PerformanceIds>sample string 1</PerformanceIds>
    <Price>5</Price>
    <PriceLayerTypeId>2</PriceLayerTypeId>
    <PriceTypeId>3</PriceTypeId>
    <ZoneId>4</ZoneId>
  </PriceUpdateRequest>
  <PriceUpdateRequest>
    <Editable>true</Editable>
    <EffectiveDateTime>2025-04-24T05:09:45.1080887-07:00</EffectiveDateTime>
    <Enabled>true</Enabled>
    <MinPrice>6</MinPrice>
    <PerformanceIds>sample string 1</PerformanceIds>
    <Price>5</Price>
    <PriceLayerTypeId>2</PriceLayerTypeId>
    <PriceTypeId>3</PriceTypeId>
    <ZoneId>4</ZoneId>
  </PriceUpdateRequest>
</PriceUpdateRequests>

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.