The Owner needs a program that will receive the following XML sent by the Channel Manager. Endpoint: https://ws.icnea.net/booking_notification.aspxIcnea.
The Owner should have provide the program in a URL where the Channel Manager Icnea will send booking notifications.The Owner should provide the URL, the notifications and, optionally, a user and password.
Booking notifications sent by the Channel Manager Icnea must always be accepted. They cannot be refused.
...
Code Block | ||
---|---|---|
| ||
<booking_notification_response> <ok>integer(6)</ok> </booking_notification_response> |
If the booking_notification is a cancellation, there will not be the details of all the reservation:
Code Block | ||
---|---|---|
| ||
<booking_notification>
<link>
<user>3</user>
<password>$3$3$</password>
</link>
<lodgings>
<lodging>
<action>cancel</action>
<reservation>RESERVA123</reservation>
<booking_id>123456</booking_id>
</lodging>
</lodgings>
</booking_notification> |