...
Code Block | ||
---|---|---|
| ||
<availability_monthly> <link> <user>integer<user>character(420)</user> <password>character(20)</password> </link> <lodging> <lodging_id>integer(8)</lodging_id> </lodging> </availability_monthly> |
...
Code Block | ||
---|---|---|
| ||
<availability_monthly_response>
<lodging>
<lodging_id>integer(8)</lodging_id>
<dates>
<date>
<day>yyyy-mm-dd (iso8601)</day>
<availability>true/false</availability>
</date>
</dates>
<rates>
<rate>
<month>integer(2)</month>
<year>integer(4)</year>
<price>integer(8)</price>
<bills_fee>integer(8)</bills_fee>
<booking_fee>integer(8)</booking_fee>
<currency>iso4217</currency>
</rate>
</rates>
</lodging>
</availability_monthly_response> |
Info |
---|
Monthly prices are not mandatory in Icnea, which means that the <rates> node can be empty if the Property Manager has not added these prices. If so, contact with support@icnea.net so that we can help the PM add the monthly prices. |