The Owner can develop the program that will send apartment changes from a reservation to the Channel Manager. This is an optional function, which can be used to achieve identical availability calendars in the two systems.
Endpoint: https://ws.icnea.net/availability_update_logs.aspx
Code Block |
---|
|
<availability_update_logs>
<link>
<user>integer(4)</user>
<password>character(20)</password>
</link>
<logs>
<date_from>yyyy-mm-dd (iso8601)</date_from>
<date_to>yyyy-mm-dd (iso8601)</date_to>
</logs>
</availability_update_logs>
|
Response:
Code Block |
---|
|
<availability_update_logs_response>
<logs>
<requested_date> yyyy-mm-dd HH:mm (iso8601) </requested_date>
<processed_date> yyyy-mm-dd HH:mm (iso8601) </processed_date>
<response> character(500)</response>
</logs>
</availability_update_logs_response> |