GET api/TRoomSeat/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TRoomSeat| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Row | string |
Required String length: inclusive between 0 and 10 |
|
| Status | string |
Required String length: inclusive between 0 and 30 |
|
| Offset | string |
String length: inclusive between 0 and 50 |
|
| Room | integer |
None. |
|
| SeatNumber | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Row": "sample string 2",
"Status": "sample string 3",
"Offset": "sample string 4",
"Room": 5,
"SeatNumber": "sample string 6"
}
application/xml, text/xml
Sample:
<TRoomSeat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uniqueness.Store.Ticket.API.Models"> <Id>1</Id> <Offset>sample string 4</Offset> <Room>5</Room> <Row>sample string 2</Row> <SeatNumber>sample string 6</SeatNumber> <Status>sample string 3</Status> </TRoomSeat>