Add/Update a listing’s date specific override
Add/Update a listing’s date specific override
Use this API to add or update date specific overrides for a listing. If any override in the request fails validation, the entire request fails with 400 and no overrides are saved.
Path parameters
listing_id
Listing ID
Headers
X-API-Key
Request
This endpoint expects an object.
overrides
Date specific overrides to add or update
pms
PMS name of the listing
update_children
Must be a JSON boolean (true or false). If true, the DSO is also updated for all child listings. If false or omitted, only the parent listing is updated.
Response
Success
overrides
Successfully updated overrides for the request.
child_listings_update_info
Included when update_children is true. Maps child listing IDs to their update status. Returns an empty object if the listing has no child listings.
Errors
400
Bad Request Error