Skip to main content

CartSeatErrorDto

Seat-level error returned after allocation attempt.

seatIdinteger<int32>required

Seat identifier that produced the error.

errorinteger<int32>required

Error code (aligns with SOAP errors).

CartSeatErrorDto
{
"seatId": 0,
"error": 0
}