Versions Compared

Key

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

The Owner can develop the program that will send apartment changes from a reservation to Icnea.

This is an optional function, which can be used to achieve identical availability calendars in the two systems.

Endpoint: https://ws.icnea.net/booking_room_change.aspx

Code Block
languagexml
<booking_room_change>
  <link>
    <user>integer(4)</user>
    <password>character(20)</password>
  </link>
  <booking>
    <booking_id>integer(6)</booking_id>
    <new_lodging_id>integer(8)</new_lodging_id>
    <new_room_id>integer(2)</new_room_id>
    <new_unit_id>character(10)</new_unit_id>
  </booking>
</booking_room_change>

Response with a success:

Code Block
languagexml
<booking_room_change_response>
  <ok></ok>
</booking_room_change_response>

Response with an error:

Code Block
languagexml
<booking_room_change_response>
  <ko>character(500)</ko>
</booking_room_change_response>