Reservation
webhook endpoint for sending reservation events to Bonomi
Event: Reservation Started
If you want to send a checked-in reservation to Bonomi, just set up a simple HTTPS POST request to our Reservation endpoint with the following settings:
Event Types
ReservationEnquired
- Confirmed neither by the customer nor enterpriseReservationRequested
- Confirmed by the customer but not by the enterprise (waitlist)ReservationConfirmed
- Confirmed by both parties, before check-in.ReservationStarted
- Checked inReservationProcessed
- Checked outReservationCanceled
- Canceled
Reservation state
Enquired
- Confirmed neither by the customer nor enterprise.Requested
- Confirmed by the customer but not by the enterprise (waitlist).Optional
- Confirmed by enterprise but not by the guest (the enterprise is holding resource for the guest).Confirmed
- Confirmed by both parties, before check-in.Started
- Checked in.Processed
- Checked out.Canceled
- Canceled.
Reservation origin
GDS
ChannelManager
BookingEngine
Other
Reservation purpose
Leisure
Business
Student
Last updated