Skip to content

Event - Attendance

PUT
/events/v2/{bucket}/booking/{uid}/attendance

Set the attendance status for a single attendee

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
person_uri
required

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

string
Example
/example/person/6305f074683e800f3abe809e/

The URI of the person

status
required
string
Allowed values: invited accepted declined attended no-show
Example
attended

The attendance status

Updated Event Attendance

object
attendance
Array<object>
object
attendance
object
attendee_email
string
Example
bob@example.com
attendee_name
string
booking_ref
object
display_value

The human readable value of the record the URI points to

string
ref

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

string
Example
/example/person/6305f074683e800f3abe809e/
guest
boolean
legacy_uid

A third part or external unique identifier, sometimes from a legacy system. Can also be a psuedo-random string to enforce uniqueness.

string
Example
1234567890
person_ref
object
display_value

The human readable value of the record the URI points to

string
ref

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

string
Example
/example/person/6305f074683e800f3abe809e/
status
string
ticket_ref

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

string
Example
/example/person/6305f074683e800f3abe809e/
uri
string
booking_ref

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

string
Example
/example/person/6305f074683e800f3abe809e/
person_ref

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

string
Example
/example/person/6305f074683e800f3abe809e/
status
string

A standard error message

Authentication error