Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<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
languagexml
<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>