Skip to content

Event - Rebase ticket dates

PUT
/events/v2/{bucket}/booking/{uid}/rebase/tickets

Rebase the ticket dates for an event. Use this after moving the date of an event to propogate the date change to all the tickets

bucket
required

The bucket (client) name

string
Example
example
uid
required

Usually the final element in the URI, an alphanumeric unique identifier

string
Example
6305f074683e800f3abe809e

Single Event

object
ticket_changes
Array<object>
object
uri

URIs are unique identifiers for resources in the system, they are structured as follows /bucket/resource_type/uid/

string
Example
/example/person/6305f074683e800f3abe809e/
old_date

A date in the format YYYY-MM-DD

string
Example
2020-01-01
new_date

A date in the format YYYY-MM-DD

string
Example
2020-01-01
unchanged_tickets
integer

A standard error message

Authentication error