General Configurations

Channels

At the moment, we have the following channels configured:

[{
"id": 1,
"name": "HotelBeds"
}, {
"id": 2,
"name": "Expedia"
}, {
"id": 3,
"name": "Booking"
}, {
"id": 4,
"name": "HostelWorld"
}, {
"id": 5,
"name": "Sunhotels"
}, {
"id": 6,
"name": "Agoda"
}]

SunHotels official name is actually Webbeds

Meal Plan

At the moment, we have the following meal plans configured:

[{
"id": 1,
"name": "Room rate"
}, {
"id": 2,
"name": "Bed & Breakfast"
}, {
"id": 3,
"name": "Half board"
}, {
"id": 4,
"name": "Full board"
}, {
"id": 5,
"name": "All inclusive "
}]

RealBookers Status Codes

At any given time, do not be suprised if the request for a booking is returned to be part of one of the following Status Codes

As you may imagine, it all starts with 42 OK

OK (42, "All is fine"),
PROPERTY_MAPPING_DOES_NOT_EXISTS(4201, "I could not find a property mapping in our system for this property identifier"),
ROOM_MAPPING_DOES_NOT_EXISTS(4211, "I could not find a room mapping in our system for this property identifier"),
CONTRACT_NOT_FOUND(4221, "I could not find a contract"),
NO_AVAILABILITY(4231, "No availabilities on the requested date"),
BOOKING_SUCCESSFUL(4240,"Booking was successfully added"),
REALBOOKING_BOOKING_FAILED(4241,"Failed to save realbookers Notify"),
DUPLICATE_BOOKING ( 4244,"There already is a booking with this id"),
CHECK_IN_DATE_ERROR(4242,"Issue with Check In Date"),
CHECK_OUT_DATE_ERROR(4243,"Issue with Check Out Date"),
GUEST_NOT_FOUND(4244,"Guest or Guest Count not found"),
FAILED_PARSING_RESPONSE(4245,"Could not parse the XML"),
EXPIRED_CREDIT_CARD(4246,"Credit Card is expired"),
BOOKING_NOT_FOUND(4247,"Booking could not be located")