Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/TXN/PerformancePriceLayers/Count?performanceIds={performanceIds} |
URI Parameters
|
Request BodyNone. |
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.