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 Field | SOAP Field | Notes |
|---|---|---|
| cartItemId | id_TemporaryOrderRow | Cart item to release seats from |
| seatIds | listSeats | Empty releases all seats of the cart item |
| releasedSeatIds | (freed articles) | Seats actually freed |
| seatsDeleted | listSeatsDeleted | Always empty (card rules not ported) |
Request
Responses
- 200
- 400
- 401
- 404
- 422
- 500
OK
Bad Request
Unauthorized
Not Found
Unprocessable Content
Internal Server Error