Versions Compared

Key

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

...

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

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

Code Block
languagexml
<inventory_update_response>
  <ok>lodging_id </ok>
</inventory_update_response>

Response with error:

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