Booking Update

Update an Existing Booking (mobile contact number, attendance, number of spaces and booking questions). The booking question is a data structure that looks like:

Provide an auth-token, a company id, a member id and a booking id to make changes to that booking

N.B The user is instead referred to the Member Edit Booking endpoint that will return a schema, which contains the booking questions and possible answers.

Log in to see full request history
Path Params
string
required

Company id, required, must match Auth-Token company id

int32
required

Member id, required

int32
required

Booking id, required

Body Params
int32

Number of spaces

int32

The service booked by the customer

boolean

Whether the customer attended

string

Customer mobile phone number

Response

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json