Booking References
Booking references map meeting details to bookings.
get
http://localhost:3002/v1
/booking-references
Find all booking references
post
http://localhost:3002/v1
/booking-references
Creates a new booking reference
get
http://localhost:3002/v1
/booking-references/{id}
Find a booking reference
patch
http://localhost:3002/v1
/booking-references/{id}
Edit an existing booking reference
delete
http://localhost:3002/v1
/booking-references/{id}
Remove an existing booking reference
Last modified 2mo ago