Cancellation
Example cancel request:
<HotelML xmlns="
http://www.xpegs.com/v2001Q3/HotelML
">
<Head>
<Process DataPath="/HotelML/Form/CancelReservation" Function="TI_CancelReservationV1_1" Token="1259157162622"/>
<Route Destination="00" Source="XX"/>
</Head>
<Form>
<CancelReservation ConfirmationNumber="3365389728" InDate="2013-12-10" OutDate="2013-12-12" PropertyCode="XX;04988">
<Guest FirstName="RateGain" LastName="Test"/>
</CancelReservation>
</Form>
</HotelML>Example Cancel response:
<HotelML xmlns="
http://www.xpegs.com/v2001Q3/HotelML
">
<Head>
<Route Destination="XX" Source="00">
<Operation Action="Create" App="TIDispatcher" AppVer="1.12.40.2.8.1" DataPath="/HotelML" StartTime="2009- 11-25T13:52:42.718+00:00" Success="true" TotalProcessTime="512"/>
</Route>
</Head>
<Reservation CancellationNumber="1809822537" ConfirmationNumber="3365389728" HotelComments="RESERVATION CANCELED- XXWELCOMES FUTURE BUSINESS" InDate="2013-10" OutDate="2013-12-12" PropertyCode="HL;04988" Token="1259157162622">
<Guest FirstName="RateGain" LastName="Test"/>
</Reservation>
</HotelML>Last updated