Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

The Owner can develop the program that will send apartment changes from a reservation to the Channel Manager. 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

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

<booking_room_change_response>
  <ok></ok>
</booking_room_change_response>

Response with an error:

<booking_room_change_response>
  <ko>character(500)</ko>
</booking_room_change_response>

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.