Events

Create Event Appointment

Create an Appointment in an Event. The literal client wire object is required for both an existing and a new Booking User.

post/locations/{location_id}/events/{event_id}/appointments

Path parameters

location_idinteger required

Location ID

event_idinteger required

Event ID

Query parameters

includestring[]

Related resources to include in the created Appointment

Headers

Acceptstring required

Required B2B v2 response media type. Use application/vnd.api.v2+json. A charset parameter is also accepted.

Content-Type'application/json' required

Request media type

Authorizationstring required

Bearer {partner_token}, User {user_token}

Request body

client_idinteger nullable

Deprecated wire field for an existing Booking User ID; use client.id

comer_idinteger nullable

Walk-in visitor ID

clients_countinteger required

Number of places reserved by the Appointment

is_trial_serviceboolean

Whether this is a trial Service Appointment

Response

Event Appointment created successfully