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