Book Reservation
Example Booking request:
<HotelML xmlns="
http://www.xpegs.com/v2001Q3/HotelML
">
<Head>
<Process DataPath="/HotelML/Form/BookReservation" Function="TI_BookReservationV1_1" Token="1259151426733"/>
<Route Destination="00" Source="XX"/>
</Head>
<Form>
<BookReservation CurrencyCode="EUR" GuaranteeMethod="CreditCard" GuaranteeType="Guarantee" InDate="2011-12-10" OutDate="2011-12-12" PropertyCode="XX;04988" RatePlanCode="LV7" RatePlanType="BusinessStandard" RoomRate="2950.00" RoomTypeCode="A03">
<AgentInfo Number="12345678" Type="TIDS"/>
<CreditCard ExpirationDate="2015-12" IssuedName="RateGain Test" Number="4321432143214327" TypeIdentifier="VI"/>
<Guest FirstName="RateGain" LastName="Test" NumberOfAdults="1" NumberOfRooms="1" Primary="true" Remarks="This is a test booking" ServiceRequest="This is a test booking">
<Email Address="
[email protected]
"/>
<Phone Number="0203948890"/>
<PostalAddress City="London" CountryCode="GB" Line1="2 Kew Bridge Rd" PostalCode="TW8 0JF" StateCode="UZ"/>
</Guest>
</BookReservation>
</Form>
</HotelML>
Example Booking response:
Last updated