Skip to main content

ManualSeatDetailModel

Seat operation detail for manual allocation (select or release).

seatIdinteger<int32>required

Seat identifier (Article ID) to flag or unflag.

rateIdinteger<int32>required

Rate identifier applied when selecting the seat.

actionSelectbooleanrequired

True to select (flag) the seat, false to unselect (release) it.

ManualSeatDetailModel
{
"seatId": 0,
"rateId": 0,
"actionSelect": true
}