Listings

Overview

The API allows you to create a new listing, update an existing one or delete an existing one.

Create a listing

To create a listing you will need to send a POST inventory_update request.

If successfull, you will get the listing_id in the answer. It’s really important that you save this id, since you will need it to send any listing update, or any price and availabilty update.

This will not put the listing online, only create it. It is necessary to send availability and prices for all the year to put the property online.

Update or delete a listing

To update or delete an existing listing, you will need to send a POST inventory_update request with the Icnea listing ID.

Retrieve existing listings

You can retrieve all existing listings using the get inventory_index_request call.

This will give you the listings ID’s for the owner.

If you want to retrieve the specific information for a listing, use the get inventory_request.

Block or unblock a listing

If you want to block a listing, that is, have the listing not visible in the website and the OTAs but NOT deleted from the PMS, you can send a POST inventory_block call.

The listing will be blocked, and you can unblock it any time in the future to put it online again.