inventory_monthly_rates_update

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>