Availability
{
"company_id":"696",
"channel_id":"9",
"room_type_ids":"2353,2356",
"date_start":"2024-12-25",
"date_end":"2024-12-30",
"availability":"2"
}Last updated
This endpoint allows you to update the availability
Parameter
Header
X-API-KEY string API key
Body
date_start string Start date
date_end string End date
availability number Availability
channel_id number Channel ID
room_type_ids number Room Type ID
company_id integer PMS Property ID
Note: Make sure you use channel_id is 1 OR 9 1 for "Channex 2 for "Online Booking Engine"
Request Body Example
{
"company_id":"696",
"channel_id":"9",
"room_type_ids":"2353,2356",
"date_start":"2024-12-25",
"date_end":"2024-12-30",
"availability":"2"
}Response
Last updated