Over Booking Management via XML
Posted by Jeff Tweddale on 11 Jun 2013 09:35 AM
|
|
The "Save Booking" messages that are received by BookingCenter have a check for overbookings built in. The check is only for properties who don't "auto assign" rooms to bookings in the set-up area of the System. Therefore, if a Booking is to be saved to a Type only (i.e."Do not assign room is chosen"), there is a response we send back to the "SaveBooking" message:return ota_error($portid,$message,$version,$token,'', 6, 'Error: No Rooms Available', 0);
To cancel or modify a booking via the XML service, see this article. | |
|