Skip to main content

RemoveSeatsRequest

cartItemIdinteger<int32>required

The cart item ID (TemporaryOrderRow)

seatIdsinteger<int32>[]nullable

List of seat IDs to release. If empty or null, all seats in the cart item will be released.

RemoveSeatsRequest
{
"cartItemId": 0,
"seatIds": [
0
]
}