---
title: "Create an override"
method: POST
path: "/v1/event_series/{event_series_id}/overrides"
tags: ["Overrides"]
---

# Create an override

`POST /v1/event_series/{event_series_id}/overrides`

For the given event series ID, create an override

## Path parameters

- `event_series_id` string, required

## Response `201`

Successfully created an override

- Override
  - `object` string
  - `id` string
  - `created_at` object — Date and time when the override was created
    - `date` string — ISO-8601 date for the created at date
    - `formatted` string — A formatted date string for the create at date
    - `iso` string — ISO-8601 date and time for the created at date
    - `time` string — Time of the end of the created at date
    - `timezone` string — Timezone offset for the created at date
    - `unix` integer — Unix timestamp for for the created at date
  - `max_sellable_tickets` integer, nullable — Maximum number of sellable tickets
  - `name` string — Override name
  - `override_lines` object[] — Array of ticket types or ticket groups associated with the override
    - `price` integer, nullable — Integer price
    - `quantity` integer, nullable — Quantity of the referenced ticket or ticket group
    - `reference_type` 'ticket' | 'ticket_group' — Reference type. This can be either 'ticket' or 'ticket_group'
    - `reference_id` string — ID of the referenced ticket or ticket group. It shold be prefixed with either 'tt_' or 'tg_'
    - `status` 'ON_SALE' | 'SOLD_OUT' | 'UNAVAILABLE' | 'HIDDEN' | 'ADMIN_ONLY' | 'LOCKED', nullable — Status of the referenced ticket or ticket group

## Other responses

- `default` — Error schema

---

[API](https://skmtc.net/tickettailor/apis/ticket-tailor-api.md) · [All operations](https://skmtc.net/tickettailor/apis/ticket-tailor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tickettailor/ticket-tailor-api/revisions/7b222e8ec91c/schema)
