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:
Property | Type | Contract | Description |
---|---|---|---|
| String | Required | Unique identifier of the PMS integration |
| String | Required | Unique identifier of the Property in PMS |
| String | Required | Determines type of event |
| String | Optional | Unique indentifier of the reservation in PMS |
| String | Optional | Origin of the reservation |
| String | Optional | Creation date and time of reservation in UTC timezone |
| String | Required | Start of the reservation (arrival) in UTC timezone |
| String | Required | End of the reservation (departure) in UTC timezone |
| String | Required | State of the reservation. |
| String | Optional | Purpose of the reservation |
| String | Required | Unique Identifier of the assigned resource (room) |
| Number | Optional | Number of Adults the reservation was booked for |
| Number | Optional | Number of Children the reservation was booked for |
| String | Optional | Identifier of the PMS reservation rate |
| String | Optional | Identifier of the PMS meal plan |
| String | Optional | Unique identifier of the Customer who owns the reservation (PMS) |
| String | Optional | Birth date of Customer (in ISO 8601 format) |
| String | Optional | Email address of Customer |
| String | Optional | Phone number of Customer |
| String | Optional | Customer's Country (ISO 3166-1 standard country code) |
| String | Optional | Customer's Loyalty level or iD |
| String | Optional | Customer's preferred language (ISO 639-1 standard language code) |
| String | Optional | Comment on Customer (in PMS) |
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