You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bridge API uses concierge to handle booking requests. In this case we don't have guarantees that a client every time before booking request sends quote request (as Roomorama does), so Concierge should be ready to validate all the common errors from quote scenario + common errors from booking scenario during booking request. Here is a list of possible errors during booking request I could found for some suppliers.
Ciirus:
MakeBooking: Error - Arrival Date must be >= today
MakeBooking: Error - Departure Date must be >= tomorrow
MakeBooking: Error - Departure Date must be >= Arrival Date
Another reservation already exists overlapping your selected dates 1
Error placing booking
JTB:
Invalid check-in date
Invalid check-out date
Check-in date should be earlier than Check-out date.
Maximum length of stay must be less than 15 nights.
No Available Inventory.
Unable to check-in on the specified day.
Your request is shorter than the minimum stay.
RU:
Property is not available for a given dates
Dates mishmash
Past dates
The reservation was created by the other user
Property does not exist
DateFrom has to be earlier than DateTo.
DateFrom has to be earlier or equal to DateTo.
Number of guests exceedes the maximum allowed.
Stay period doesn't match with minimum stay
From this list I suggest to extract several common error codes for booking webhook as we did for quote.
The text was updated successfully, but these errors were encountered:
Bridge API uses concierge to handle booking requests. In this case we don't have guarantees that a client every time before booking request sends quote request (as Roomorama does), so Concierge should be ready to validate all the common errors from quote scenario + common errors from booking scenario during booking request. Here is a list of possible errors during booking request I could found for some suppliers.
Ciirus:
MakeBooking: Error - Arrival Date must be >= today
MakeBooking: Error - Departure Date must be >= tomorrow
MakeBooking: Error - Departure Date must be >= Arrival Date
Another reservation already exists overlapping your selected dates 1
Error placing booking
JTB:
Invalid check-in date
Invalid check-out date
Check-in date should be earlier than Check-out date.
Maximum length of stay must be less than 15 nights.
No Available Inventory.
Unable to check-in on the specified day.
Your request is shorter than the minimum stay.
RU:
Property is not available for a given dates
Dates mishmash
Past dates
The reservation was created by the other user
Property does not exist
DateFrom has to be earlier than DateTo.
DateFrom has to be earlier or equal to DateTo.
Number of guests exceedes the maximum allowed.
Stay period doesn't match with minimum stay
From this list I suggest to extract several common error codes for booking webhook as we did for quote.
The text was updated successfully, but these errors were encountered: