POST api/seatLayoutDetails
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| item | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ShowID": 1,
"LayoutSectionID": 2,
"TransactionID": 3
}
application/xml, text/xml
Sample:
<ShowSeatStatusModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AMTIX.Domain.APIDTO"> <LayoutSectionID>2</LayoutSectionID> <ShowID>1</ShowID> <TransactionID>3</TransactionID> </ShowSeatStatusModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"LayoutSectionID": 1,
"TicketCategoryID": 2,
"SeatID": 3,
"TheatreSeatPriceLevelID": 4,
"SectionLabel": "sample string 5",
"RowLabel": "sample string 6",
"SeatLabel": "sample string 7",
"LogicalRow": 8,
"LogicalColumn": 9,
"ShowID": 10,
"ShowSeatStatus": 1
},
{
"LayoutSectionID": 1,
"TicketCategoryID": 2,
"SeatID": 3,
"TheatreSeatPriceLevelID": 4,
"SectionLabel": "sample string 5",
"RowLabel": "sample string 6",
"SeatLabel": "sample string 7",
"LogicalRow": 8,
"LogicalColumn": 9,
"ShowID": 10,
"ShowSeatStatus": 1
},
{
"LayoutSectionID": 1,
"TicketCategoryID": 2,
"SeatID": 3,
"TheatreSeatPriceLevelID": 4,
"SectionLabel": "sample string 5",
"RowLabel": "sample string 6",
"SeatLabel": "sample string 7",
"LogicalRow": 8,
"LogicalColumn": 9,
"ShowID": 10,
"ShowSeatStatus": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfLayoutSeatItemModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AMTIX.Domain.APIDTO">
<LayoutSeatItemModel>
<LayoutSectionID>1</LayoutSectionID>
<LogicalColumn>9</LogicalColumn>
<LogicalRow>8</LogicalRow>
<RowLabel>sample string 6</RowLabel>
<SeatID>3</SeatID>
<SeatLabel>sample string 7</SeatLabel>
<SectionLabel>sample string 5</SectionLabel>
<ShowID>10</ShowID>
<ShowSeatStatus>Normal</ShowSeatStatus>
<TheatreSeatPriceLevelID>4</TheatreSeatPriceLevelID>
<TicketCategoryID>2</TicketCategoryID>
</LayoutSeatItemModel>
<LayoutSeatItemModel>
<LayoutSectionID>1</LayoutSectionID>
<LogicalColumn>9</LogicalColumn>
<LogicalRow>8</LogicalRow>
<RowLabel>sample string 6</RowLabel>
<SeatID>3</SeatID>
<SeatLabel>sample string 7</SeatLabel>
<SectionLabel>sample string 5</SectionLabel>
<ShowID>10</ShowID>
<ShowSeatStatus>Normal</ShowSeatStatus>
<TheatreSeatPriceLevelID>4</TheatreSeatPriceLevelID>
<TicketCategoryID>2</TicketCategoryID>
</LayoutSeatItemModel>
<LayoutSeatItemModel>
<LayoutSectionID>1</LayoutSectionID>
<LogicalColumn>9</LogicalColumn>
<LogicalRow>8</LogicalRow>
<RowLabel>sample string 6</RowLabel>
<SeatID>3</SeatID>
<SeatLabel>sample string 7</SeatLabel>
<SectionLabel>sample string 5</SectionLabel>
<ShowID>10</ShowID>
<ShowSeatStatus>Normal</ShowSeatStatus>
<TheatreSeatPriceLevelID>4</TheatreSeatPriceLevelID>
<TicketCategoryID>2</TicketCategoryID>
</LayoutSeatItemModel>
</ArrayOfLayoutSeatItemModel>