Booking References

The booking-references endpoint maps meeting details to bookings.

Find all booking references

GET

/booking-references

Create a new booking reference

POST

/booking-references

Find a booking reference

GET

/booking-references/{id}

Edit an existing booking reference

PATCH

/booking-references/{id}

Remove an existing booking reference

DELETE

/booking-references/{id}

Was this page helpful?