/
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>

 

Related content

booking_notification
booking_notification
More like this
Basic example
Basic example
More like this
Complete example
Complete example
More like this
GET Reservation
More like this