Skip to main content

Releases flagged seats from a cart item.

POST 

/api/v1/cart/removeSeats

SOAP Equivalent: ACP_ReleaseSeats (→ WSM_ReleaseSeats).

Frees the seats reserved (flagged) under a cart item. Pass an empty seatIds list to release every seat of the cart item, or a subset to release only those seats. Every provided seat identifier must belong to the cart item, otherwise error 10288 is returned.

Scope: the adherent-card offer subsystem (result 10740 and the extra seatsDeleted), the CHECK_RATE_OFFRE1 repricing and the sending-fees recompute of the legacy method are not ported, so seatsDeleted is always empty.

SOAP to REST Field Mapping

REST FieldSOAP FieldNotes
cartItemIdid_TemporaryOrderRowCart item to release seats from
seatIdslistSeatsEmpty releases all seats of the cart item
releasedSeatIds(freed articles)Seats actually freed
seatsDeletedlistSeatsDeletedAlways empty (card rules not ported)

Request

Responses

OK