Releases a seat from a subscription cart item.
POST/api/v1/cart/subscription/removeSeat
SOAP Equivalent: ACP_ReleaseSubscriptionSeat (→ WSM_ReleaseSubscriptionSeat).
Frees the seats reserved (flagged) under a CONNECTSUB cart item. Pass a
physicalSeatId of 0 to release every seat of the cart item, or a specific physical seat to
release only that one. When no seat matches, HTTP 200 is returned with released = false
(SOAP parity: the legacy returns bresult == false without an error code).
SOAP to REST Field Mapping
| REST Field | SOAP Field | Notes |
|---|---|---|
| cartItemId | id_TemporaryOrderRow | Subscription cart item |
| physicalSeatId | idPhysicalSeat | 0 releases every seat |
| seatsReleased | (freed articles) | Seats actually freed |
| released | (bresult) | true when at least one seat was freed |
Request
Responses
- 200
- 401
- 404
- 422
- 500
OK
Unauthorized
Not Found
Unprocessable Content
Internal Server Error