...
Code Block | ||
---|---|---|
| ||
<inventory_request> <link> <user>1</user> <password>dummy-password</password> </link> <lodging> <lodging_id>11003</lodging_id> </lodging> </inventory_request> |
The user and password will be create specifically for every new partner.
Ask Icnea for testing credentials. We will give you 2 sets of credentials:
user/password for the API → to develop
email/password for the PMS → to login into the PMS and see the changes
When you have finished with the development, we will create the production credentials.
...
Main functions
Send availability and prices. | |
Get reservations in real time from Icnea. | |
Change the property of a reservation. | |
Change the dates of a reservation. | |
Update the information of one property. | |
Send monthly prices. | |
Block or unblock a property. |
Secondary functions
Get the logs of an update. | |
Get availability and prices for a date range and property. | |
availability_monthly | |
Change the status of a reservation. | |
Change the header (customer info) of a reservation. | |
Update the payments made of a reservation. | |
Get the reservations for a date range and property. | |
Get the details of a specific reservation. | |
Get the list of all the properties in Icnea. | |
Get all the information of one property. | |
Get the list of the promotions created in Icnea with all the details. |
...