Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Specifications:

The specifications to use our API are:

  • Protocol: SOAP

  • ContentType: ‘application/x-www-form-urlencoded’


Authentication:

The authentication is via user/password in the header of each XML, for example:

<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

  • email/password for the PMS

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.


  • No labels