Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<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

availability_update

Send availability and prices.

booking_notification

Get reservations in real time from Icnea.

booking_room_change

Change the property of a reservation.

booking_dates_change

Change the dates of a reservation.

inventory_update

Update the information of one property.

inventory_monthly_rates_update

Send monthly prices.

inventory_block

Block or unblock a property.

Secondary functions

availability_update_logs

Get the logs of an update.

availability_request

Get availability and prices for a date range and property.

availability_monthly

booking_status_change

Change the status of a reservation.

booking_header_change

Change the header (customer info) of a reservation.

booking_payments_change

Update the payments made of a reservation.

booking_request_index

Get the reservations for a date range and property.

booking_request

Get the details of a specific reservation.

inventory_index_request

Get the list of all the properties in Icnea.

inventory_request

Get all the information of one property.

promotions_request

Get the list of the promotions created in Icnea with all the details.

...