ZoneMaps Test
TXN/ZoneMaps?facilityId={facilityId}&seatMapId={seatMapId}
Get 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?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 ZoneMap

Response object type Collection of ZoneMap has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
Description string N
Id integer N
Inactive boolean N
SeatMap SeatMapSummary N
FK: T_SMAP.smap_no
UpdatedBy string N
UpdatedDateTime date N
[
  {
    "CreatedDateTime": "2025-04-24T05:23:02.4718377-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "Description": "sample string 3",
    "Inactive": true,
    "UpdatedDateTime": "2025-04-24T05:23:02.4718377-07:00",
    "UpdatedBy": "sample string 4",
    "SeatMap": {
      "Description": "sample string 1",
      "Id": 1
    },
    "Id": 1
  },
  {
    "CreatedDateTime": "2025-04-24T05:23:02.4718377-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "Description": "sample string 3",
    "Inactive": true,
    "UpdatedDateTime": "2025-04-24T05:23:02.4718377-07:00",
    "UpdatedBy": "sample string 4",
    "SeatMap": {
      "Description": "sample string 1",
      "Id": 1
    },
    "Id": 1
  }
]
<ZoneMaps xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ZoneMap>
    <CreateLocation>sample string 1</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T05:23:02.4718377-07:00</CreatedDateTime>
    <Description>sample string 3</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <SeatMap>
      <Description>sample string 1</Description>
      <Id>1</Id>
    </SeatMap>
    <UpdatedBy>sample string 4</UpdatedBy>
    <UpdatedDateTime>2025-04-24T05:23:02.4718377-07:00</UpdatedDateTime>
  </ZoneMap>
  <ZoneMap>
    <CreateLocation>sample string 1</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T05:23:02.4718377-07:00</CreatedDateTime>
    <Description>sample string 3</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <SeatMap>
      <Description>sample string 1</Description>
      <Id>1</Id>
    </SeatMap>
    <UpdatedBy>sample string 4</UpdatedBy>
    <UpdatedDateTime>2025-04-24T05:23:02.4718377-07:00</UpdatedDateTime>
  </ZoneMap>
</ZoneMaps>

No entries in change log for this operation.