PerformancePriceLayers Test
TXN/PerformancePriceLayers/PriceCount?performanceIds={performanceIds}
Gets the total count of price objects that will be collected when calling for the full price layer contract on these performanceIds.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/PerformancePriceLayers/PriceCount?performanceIds={performanceIds}

URI Parameters

Parameter Name Data Type Required Notes
performanceIds string N

Request Body

None.

No request body.

Response object type : PerformancePriceCount

Response object type PerformancePriceCount has the following properties.
Property Name Data Type Length Required Readonly Notes
Count integer
{
  "Count": 1
}
<PerformancePriceCount xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Count>1</Count>
</PerformancePriceCount>

No entries in change log for this operation.