ZoneMaps Test
TXN/ZoneMaps/Summary?facilityId={facilityId}&seatMapId={seatMapId}
Get a summary of all zone maps, optionally filtered by facility and/or seat map.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/ZoneMaps/Summary?facilityId={facilityId}&seatMapId={seatMapId}

URI Parameters

Parameter Name Data Type Required Notes
facilityId integer N
seatMapId integer N

Request Body

None.

No request body.

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.