Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/TXN/ZoneMaps/{id} |
URI Parameters
|
Request BodyNone. |
Response object type : ZoneMap
Response object type 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-24T09:41:55.715729-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"Description": "sample string 3",
"Inactive": true,
"UpdatedDateTime": "2025-04-24T09:41:55.715729-07:00",
"UpdatedBy": "sample string 4",
"SeatMap": {
"Description": "sample string 1",
"Id": 1
},
"Id": 1
}
<ZoneMap xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<CreateLocation>sample string 1</CreateLocation>
<CreatedBy>sample string 2</CreatedBy>
<CreatedDateTime>2025-04-24T09:41:55.715729-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-24T09:41:55.715729-07:00</UpdatedDateTime>
</ZoneMap>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Parameter Changed | 15.0.0 | id has been marked as required. | Required |