...
You can create a new property sending “add” as the lodging_action. In this case, you don’t need to send the lodging_id, since it will be created in Icnea.
You can update a property sending “update” as the lodging_action or not puting the lodging_action field. You need to send lodging_id.
You can delete a property sending “cancel” as the lodging_action. You need to send lodging_id.
Warning |
---|
If you try to delete a property with reservations in future dates, you will get an error. |
Info |
---|
If you don’t send any <lodging_action> the system will try to update the property in the <lodging_id> node. |
Cancellation policies:
Code Block | ||
---|---|---|
| ||
<lodging_cancellation_policy> <days_prior>integer</days_prior> <refund_percentage>integer</refund_percentage> </lodging_cancellation_policy> |
...