| HotelReservation is used to make a reservation at a hotel.
The request must specify all details of the stay together with the client's credit card information.
It is presumed that your program will usually have checked availability and obtained a quote before calling this transaction. However it is still possible that the transaction may fail because there is no availability.
The credit card is validated and debited online so the card details supplied may be rejected.
If the reservation is successful, the transaction returns a complete description of the reservation to be passed on to the client. An email is also sent to your registered email address. You may view completed reservations by logging on to our web site.
You can cancel the reservation by using the CancelReservation transaction or interactively through your login to the web.
Note that during testing, reservations will only be accepted at our "test" hotels. Credit card details are not checked or debited when reserving at a "test" hotel !
|