To add import newly added listings in PMS.

Use this API call to pull new listings that you have added in your PMS. Make sure the listing_id in the body is for an existing listing that was previously added to your PriceLabs account.

Note: This API call works only for bookingsync PMS.

Headers

X-API-KeystringRequired

Request

This endpoint expects an object.
listing_idstringRequired
Listing ID of an existing listing in your PriceLabs account
pms_namestringRequired
PMS name of the listing

Response

Success
successstring

A success message (e.g. “Successfully connected with BookingSync”)

lat_lng_listingslist of objects
An array of listing IDs with missing latitude or longitude. Update the latitude and longitude information in BookingSync and try this API call again to add these listing IDs in your PriceLabs account.
listing_idslist of strings
An array of listing IDs that have been successfully added in the PriceLabs account. Head over to your PriceLabs account to review prices for these listings.

Errors

400
Bad Request Error