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 Next »

This is an optional function. This is to create or update the inventory of apartments from the Owner’s system to the Channel Manager.

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

<inventory_update>
  <link>
    <user>integer(4)</user>
    <password>character(20)</password>
  </link>
  <lodgings>
    <lodging>
      // Here all the listing XML
    </lodging>
</inventory_update>

Response with success:

<inventory_update_response>
  <ok>lodging_id </ok>
</inventory_update_response>

Response with error:

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

  • No labels