availability_block
Endpoint: https://ws.icnea.net/availability_block.aspx
Request:
<availability_block>
<link>
<user>integer(4)</user>
<password>character</password>
</link>
<lodging>
<lodging_id>integer(8)</lodging_id>
<date_from>yyyy-MM-dd</date_from>
<date_to>yyyy-MM-dd</date_to>
<action>character</action>
</lodging>
</availability_block>
parameter | type | description | mandatory? |
---|---|---|---|
link |
|
| Yes |
user | integer | 4-digits integer | Yes |
password | string |
| Yes |
lodging |
| You can block or unblock multiple dates for 1 property. | Yes |
lodging_id | integer | 8-digits integer | Yes |
date_from | date | yyyy-MM-dd | Yes |
date_to | date | yyyy-MM-dd | Yes |
action | string | block / unblock | Yes |