PerformancePriceLayers Test
TXN/PerformancePriceLayers/Count?performanceIds={performanceIds}
Get count of performance price layers for a set of performances.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/PerformancePriceLayers/Count?performanceIds={performanceIds}

URI Parameters

Parameter Name Data Type Required Notes
performanceIds string N

Request Body

None.

No request body.

Response object type : Collection of PerformancePriceLayerCount

Response object type Collection of PerformancePriceLayerCount has the following properties.
Property Name Data Type Length Required Readonly Notes
LayerCount integer
PerformanceId integer
[
  {
    "PerformanceId": 1,
    "LayerCount": 2
  },
  {
    "PerformanceId": 1,
    "LayerCount": 2
  }
]
<PerformancePriceLayerCounts xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <PerformancePriceLayerCount>
    <LayerCount>2</LayerCount>
    <PerformanceId>1</PerformanceId>
  </PerformancePriceLayerCount>
  <PerformancePriceLayerCount>
    <LayerCount>2</LayerCount>
    <PerformanceId>1</PerformanceId>
  </PerformancePriceLayerCount>
</PerformancePriceLayerCounts>

No entries in change log for this operation.