Skip to main content

Change event series status

POST 

https://api.tickettailor.com/v1/event_series/:event_series_id/status

For the given event series ID, change its status

Request

Path Parameters

    event_series_id stringrequired

    The unique identifier for the event series

Bodyrequired

    statusstringrequired

    New event series status

    Possible values: [DRAFT, PUBLISHED, CLOSE_SALES]

Responses

Successfully updated the event series status

Schema
    objectstring
    idstring

    A unique identifier for the event series

    access_codestringnullable

    Code to access a protected event series

    bundles object[]nullable

    List of associated bundles

  • Array [
  • objectstring
    idstring
    access_codestringnullable

    Code to access a bundle

    booking_feeinteger

    Booking fee in cents

    descriptionstring

    Bundle description

    namestring

    Bundle name

    priceinteger

    Price in cents

    products object[]

    Array of associated products

  • Array [
  • idstring

    A unique product identifier

    quantityinteger

    Product quantity

  • ]
  • statusstring

    Bundle status

    Possible values: [HIDDEN, UNAVAILABLE, ON_SALE, SOLD_OUT]

    ticket_types object[]

    Array of associated ticket types

  • Array [
  • idstring

    A unique ticket type identifier

    quantityinteger

    Ticket type quantity

  • ]
  • ]
  • call_to_actionstring

    Call to action text used on the event series page

    created_at

    Date and time when the event series were created

    datestring

    ISO-8601 date for the end of the event

    formattedstring

    A formatted date string for the end of the event

    isostring

    ISO-8601 date and time for the end of the event

    timestring

    Time of the end of the event

    timezonestring

    Timezone offset for the end of the event

    unixinteger

    Unix timestamp for for the end of the event

    currencystring

    Information about the currency the event series is configured to use

    Possible values: [gbp, usd, eur, sgd, aud, brl, cad, czk, dkk, hkd, huf, ils, jpy, myr, mxn, nok, nzd, php, pln, rub, sek, chf, twd, thb, try]

    default_max_tickets_sold_per_occurrenceintegernullable

    Maximum quantity of tickets that can be sold across all ticket types

    default_ticket_groups undefined[]

    Ticket groups that are not overridden

  • Array [
  • idstring

    A unique ticket group identifier

    max_per_orderinteger

    Maximum number of ticket types that this group can sell

    namestring

    Name of the ticket types group

    sort_orderinteger

    Sort index of the group in the UI

    ticket_ids undefined[]

    Unique identifiers of ticket type ids that belong to this group

  • Array [
  • idstring
  • ]
  • ]
  • default_ticket_types object[]nullable

    Ticket types that are not overridden

  • Array [
  • objectstringrequired
    idstringrequired

    A unique identifier for the ticket type

    access_codestringnullablerequired

    Code to access a hidden ticket

    booking_feeintegerrequired

    Optional booking fee which is charged per ticket type to the customer and the funds are paid to you.

    descriptionstringnullablerequired
    discountsstring[]

    An array of associated discounts

    group_idstringnullablerequired

    ID of the group this ticket type belongs to

    has_overridesstring

    Specifies whether the ticket type has overrides

    Possible values: [true, false]

    hide_after objectnullable

    Timestamp in seconds when the ticket type should be hidden until.

    datestring

    ISO-8601 date for the start of the event

    formattedstring

    A formatted date string for the start of the event

    isostring

    ISO-8601 date and time for the start of the event

    timestring

    Time for the start of the event

    timezonestring

    Timezone offset for the start of the event

    unixinteger

    Unix timestamp for the start of the event

    hide_until objectnullable

    Timestamp in seconds when the ticket type should be hidden after.

    datestring

    ISO-8601 date for the start of the event

    formattedstring

    A formatted date string for the start of the event

    isostring

    ISO-8601 date and time for the start of the event

    timestring

    Time for the start of the event

    timezonestring

    Timezone offset for the start of the event

    unixinteger

    Unix timestamp for the start of the event

    hide_when_sold_outstring

    Specifies whether the ticket is hidden when it has sold out

    Possible values: [true, false]

    max_per_orderintegerrequired

    Maximum number of ticket types you can select per order

    min_per_orderintegerrequired

    Minimum number of ticket types you can select per order

    namestringrequired

    Name of the ticket type

    override_idstringnullable

    The ID of the override associated with the ticket type

    price objectrequired

    Cost of the ticket type

    anyOf
    integer
    show_quantity_remainingstring

    Specifies whether to show the number of tickets still available

    Possible values: [true, false]

    show_quantity_remaining_less_thanintegernullable

    Only show number of tickets still available when the available quantity is equal to or lower than this threshold

    statusstringrequired

    Status of the ticket type

    Possible values: [on_sale, sold_out, unavailable, hidden, admin_only, locked]

    sort_orderintegerrequired

    Sort index of ticket type in the UI

    typestringrequired

    Possible values: [paid, free]

    quantityintegerrequired

    Number available for purchase

    quantity_heldintegerrequired

    Number held

    quantity_in_basketsinteger

    Number in baskets

    quantity_issuedintegerrequired

    Number issued

    quantity_totalintegerrequired

    Total number including issued and still available

  • ]
  • descriptionstringnullable

    Description of the event series

    images

    Imagages that have been uploaded to this event series

    headerstring

    Image URL of the header image used on the event series page

    thumbnailstring

    Image URL of the thumbnail used on the event series page

    namestring

    Name of the event series

    next_occurrence_date

    Date and time when the next event in the series happens

    datestring

    ISO-8601 date for the end of the event

    formattedstring

    A formatted date string for the end of the event

    isostring

    ISO-8601 date and time for the end of the event

    timestring

    Time of the end of the event

    timezonestring

    Timezone offset for the end of the event

    unixinteger

    Unix timestamp for for the end of the event

    online_eventstring

    Returns whether or not the event is online

    Possible values: [true, false]

    payment_methods undefined[]

    An array of payment methods

  • Array [
  • external_idstring

    A unique identifier for the payment method

    idstring

    A unique identifier for internal payment methods

    typestring

    The type of payment method

    Possible values: [stripe, paypal, offline]

    namestring

    Name of the payment method

    instructionsstring

    Instructions for the customer on how to pay. Used for offline payments.

  • ]
  • privatestring

    Returns whether or not the event is private

    Possible values: [true, false]

    revenuenumber

    Total revenue of the event series

    Possible values: >= 0

    show_mapstring

    Returns whether or not the map should be shown on the event series page. It depends if venue location is set and if the event is not online and hide map is not set in the event series.

    Possible values: [true, false]

    sales_tax_labelstringnullable

    The label for the sales tax

    sales_tax_percentageintegernullable

    The percentage of the sales tax

    sales_tax_treatmentstringnullable

    The treatment of the sales tax

    Possible values: [inclusive, exclusive]

    statusstring

    Status of the event

    Possible values: [draft, published, sales_closed]

    timezonestring

    TZ format timezone string

    total_occurrencesinteger

    Total number of time the event series occurs

    total_issued_ticketsinteger

    Total number of issued tickets

    transaction_fee_fixed_amountintegernullable

    Fixed amount of the transaction fee

    transaction_fee_percentageintegernullable

    Percentage of the transaction fee

    upcoming_occurrencesinteger

    The number of upcoming occurrences of the event series

    urlstring

    Event series URL

    tickets_available_at

    Date when tickets become available for purchase

    datestring

    ISO-8601 date for the end of the event

    formattedstring

    A formatted date string for the end of the event

    isostring

    ISO-8601 date and time for the end of the event

    timestring

    Time of the end of the event

    timezonestring

    Timezone offset for the end of the event

    unixinteger

    Unix timestamp for for the end of the event

    tickets_available_at_messagestring

    Message to show when tickets are not yet available to purchase. {countdown} is replaced with time remaining until tickets become available

    tickets_unavailable_at

    Date when tickets become unavailable for purchase

    datestring

    ISO-8601 date for the end of the event

    formattedstring

    A formatted date string for the end of the event

    isostring

    ISO-8601 date and time for the end of the event

    timestring

    Time of the end of the event

    timezonestring

    Timezone offset for the end of the event

    unixinteger

    Unix timestamp for for the end of the event

    tickets_unavailable_at_messagestring

    Message to show when tickets are unavailable to purchase

    venue
    countrystringnullable

    Country of the venue

    namestringnullable

    Name of the venue

    postal_codestringnullable

    Postal code of the venue

    voucher_idsstring[]

    List of voucher IDs

    waitlist_activestring

    Indicates whether waitlist is enabled for the event series

    Possible values: [true, no_tickets_available, false]

    waitlist_call_to_actionstring

    The text displayed on event action buttons and as a title above the waitlist format

    waitlist_event_page_textstring

    Description above ticket waitlist form

    waitlist_confirmation_messagestring

    Text shown to the user after they have signed up to the waitlist

Authorization: http

name: BasicAuthtype: httpdescription: Use base64 encoded api key created in Ticket Tailor dashboard.
scheme: basic
curl -L -X POST 'https://api.tickettailor.com/v1/event_series/:event_series_id/status' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-H 'Accept: application/json' \
-H 'Authorization: Basic PHVzZXJuYW1lPjo8cGFzc3dvcmQ+'
Request Collapse all
Base URL
https://api.tickettailor.com
Auth
Parameters
— pathrequired
Body required
required