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>
Add Comment