Http Verb | PUT |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/TXN/PerformancePriceLayers/Prices |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyRequest object type : Collection of PriceUpdateRequest
|
[
{
"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.