GET Seats?perfId={perfId}&seatRow={seatRow}&seatNum={seatNum}
Returns status of specified seats.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| perfId |
Define this parameter in the request URI. |
|
| seatRow |
Define this parameter in the request URI. |
|
| seatNum |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"CustomerId": 1,
"CustomerName": "sample string 2",
"PerformanceId": 3,
"PerformanceCode": "sample string 4",
"PerformanceDate": "sample string 5",
"PerformanceTime": "sample string 6",
"PerformanceName": "sample string 7",
"Section": 8,
"SectionName": "sample string 9",
"SeatId": 10,
"SeatRow": "sample string 11",
"SeatNumber": "sample string 12",
"SeatStatus": 13,
"StatusDescription": "sample string 14"
},
{
"CustomerId": 1,
"CustomerName": "sample string 2",
"PerformanceId": 3,
"PerformanceCode": "sample string 4",
"PerformanceDate": "sample string 5",
"PerformanceTime": "sample string 6",
"PerformanceName": "sample string 7",
"Section": 8,
"SectionName": "sample string 9",
"SeatId": 10,
"SeatRow": "sample string 11",
"SeatNumber": "sample string 12",
"SeatStatus": 13,
"StatusDescription": "sample string 14"
}
]
application/xml, text/xml
Sample:
<ArrayOfSeat xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Seat>
<CustomerId>1</CustomerId>
<CustomerName>sample string 2</CustomerName>
<PerformanceId>3</PerformanceId>
<PerformanceCode>sample string 4</PerformanceCode>
<PerformanceDate>sample string 5</PerformanceDate>
<PerformanceTime>sample string 6</PerformanceTime>
<PerformanceName>sample string 7</PerformanceName>
<Section>8</Section>
<SectionName>sample string 9</SectionName>
<SeatId>10</SeatId>
<SeatRow>sample string 11</SeatRow>
<SeatNumber>sample string 12</SeatNumber>
<SeatStatus>13</SeatStatus>
<StatusDescription>sample string 14</StatusDescription>
</Seat>
<Seat>
<CustomerId>1</CustomerId>
<CustomerName>sample string 2</CustomerName>
<PerformanceId>3</PerformanceId>
<PerformanceCode>sample string 4</PerformanceCode>
<PerformanceDate>sample string 5</PerformanceDate>
<PerformanceTime>sample string 6</PerformanceTime>
<PerformanceName>sample string 7</PerformanceName>
<Section>8</Section>
<SectionName>sample string 9</SectionName>
<SeatId>10</SeatId>
<SeatRow>sample string 11</SeatRow>
<SeatNumber>sample string 12</SeatNumber>
<SeatStatus>13</SeatStatus>
<StatusDescription>sample string 14</StatusDescription>
</Seat>
</ArrayOfSeat>