Skip to main content

Override season object status

When a seat is booked on a season, it's unavailable in all events of that season. But what if the season ticket holder indicates they're not attending an event? To re-sell their place, you can release it for an event with the override-season-status call.

Overriding the season status for areas is supported as well. You can pass in the name of the area multiple times to override more than 1 place.

This works incrementally: if you pass in the area name twice, the season status gets overridden for an additional 2 places.

Use use-season-status to revert back to the season status, i.e. to cancel the override. This will make the seat unavailable again on the event.

Notes
  • You can override any non-free status, not just 'booked'.
  • If a seat is non-free (e.g. booked) on a partial season, you can override its status. Same as for top-level seasons.
POST https://api-{region}.seatsio.net/events/{eventKey}/actions/override-season-status

POST https://api-{region}.seatsio.net/events/{eventKey}/actions/use-season-status

Request

{
"objects": ["A-1", "A-2"]
}

Response

204 - No Content