Http Verb | PUT |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/TXN/PerformancePrices/{performancePriceId} |
URI Parameters
|
Request BodyRequest object type : PerformancePrice
|
{
"Id": 1,
"EffectiveDateTime": "2025-04-24T04:58:23.1706926-07:00",
"EditIndicator": true,
"MinPrice": 2.0,
"PerformanceId": 1,
"PerformancePriceTypeId": 1,
"Price": 3.0,
"Enabled": true,
"HasEvents": true,
"IsPriceBasedOnCurrentEvent": true,
"ZoneId": 1
}
<PerformancePrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<EditIndicator>true</EditIndicator>
<EffectiveDateTime>2025-04-24T04:58:23.1706926-07:00</EffectiveDateTime>
<Enabled>true</Enabled>
<HasEvents>true</HasEvents>
<Id>1</Id>
<IsPriceBasedOnCurrentEvent>true</IsPriceBasedOnCurrentEvent>
<MinPrice>2</MinPrice>
<PerformanceId>1</PerformanceId>
<PerformancePriceTypeId>1</PerformancePriceTypeId>
<Price>3</Price>
<ZoneId>1</ZoneId>
</PerformancePrice>
Response object type : PerformancePrice
Response object type PerformancePrice has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
EditIndicator | boolean | Y | |||
EffectiveDateTime | date | ||||
Enabled | boolean | Y | |||
HasEvents | boolean | ||||
Id | integer | Y | Non-updatable | ||
IsPriceBasedOnCurrentEvent | boolean | ||||
MinPrice | decimal number | Y | |||
PerformanceId | integer | Y | |||
FK: T_PERF.perf_no | |||||
PerformancePriceTypeId | integer | Y | |||
FK: T_PERF_PRICE_TYPE.id   Resource: PerformancePriceTypes | |||||
Price | decimal number | Y | |||
ZoneId | integer | Y |
{
"Id": 1,
"EffectiveDateTime": "2025-04-24T04:58:23.1706926-07:00",
"EditIndicator": true,
"MinPrice": 2.0,
"PerformanceId": 1,
"PerformancePriceTypeId": 1,
"Price": 3.0,
"Enabled": true,
"HasEvents": true,
"IsPriceBasedOnCurrentEvent": true,
"ZoneId": 1
}
<PerformancePrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<EditIndicator>true</EditIndicator>
<EffectiveDateTime>2025-04-24T04:58:23.1706926-07:00</EffectiveDateTime>
<Enabled>true</Enabled>
<HasEvents>true</HasEvents>
<Id>1</Id>
<IsPriceBasedOnCurrentEvent>true</IsPriceBasedOnCurrentEvent>
<MinPrice>2</MinPrice>
<PerformanceId>1</PerformanceId>
<PerformancePriceTypeId>1</PerformancePriceTypeId>
<Price>3</Price>
<ZoneId>1</ZoneId>
</PerformancePrice>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Parameter Changed | 15.0.0 | performancePriceId has been marked as required. | Required |