/
Cancellation example
Cancellation example
To cancel a reservation you can send the XML with the minimum information:
<booking_notification>
<link>
<user>IcneaAgency</user>
<password>xxxxxx</password>
</link>
<lodgings>
<lodging>
<lodging_id>31007</lodging_id>
<action>cancel</action>
<reservation>BookingCode123456789</reservation>
</lodging>
</lodgings>
</booking_notification>