Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/TXN/ZoneMaps/Summary?facilityId={facilityId}&seatMapId={seatMapId} |
URI Parameters
|
Request BodyNone. |
Response object type : Collection of ZoneMapSummary
Response object type Collection of ZoneMapSummary has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
Description | string | ||||
Id | integer | ||||
Inactive | boolean | ||||
SeatMap | SeatMapSummary |
[
{
"Description": "sample string 1",
"Id": 1,
"Inactive": true,
"SeatMap": {
"Description": "sample string 1",
"Id": 1
}
},
{
"Description": "sample string 1",
"Id": 1,
"Inactive": true,
"SeatMap": {
"Description": "sample string 1",
"Id": 1
}
}
]
<ZoneMapSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ZoneMap>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
<SeatMap>
<Description>sample string 1</Description>
<Id>1</Id>
</SeatMap>
</ZoneMap>
<ZoneMap>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
<SeatMap>
<Description>sample string 1</Description>
<Id>1</Id>
</SeatMap>
</ZoneMap>
</ZoneMapSummaries>
No entries in change log for this operation.