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 2 Current »

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

<inventory_monthly_rates_update>
  <link>
    <user>integer(4)</user>
    <password>character(20)</password>
  </link>
  <lodging>
    <lodging_id>integer(8)</lodging_id>
    <year>integer(4)</year>
    <rentals>
      <rental>
        <month>integer(2)</month>
        <price>decimal</price>
        <consumption>decimal</consumption>
      </rental>
    </rentals>
    <fees>
      <fee>
        <months_rental_duration>integer(2)</months_rental_duration>
        <cleaning>decimal</cleaning>
        <deposit>decimal</deposit>
      </fee>
    </fees>
  </lodging>
</inventory_monthly_rates_update>

Response with success:

<inventory_monthly_rates_update_response>
  <ok></ok>
</inventory_monthly_rates_update_response>

Response with error:

<inventory_monthly_rates_update_response>
  <ko>character(500)</ko>
</inventory_monthly_rates_update_response>
  • No labels