This action removes a block from a date range on a room, putting it back on sale everywhere it is listed.
- API endpoint slug
- beds24.unblock_dates
- Filter code method
- Beds24.unblockDates.skip(string?: reason)
- Runtime method
- runAction("beds24.unblock_dates", {})
Action fields
- Label
- Room type
- Helper text
- The room type to apply this to.
- Slug
- room_type
- Required
- true
- Can have default value
- false
- Label
- From date
- Helper text
- The first date to unblock.
- Slug
- from_date
- Required
- true
- Can have default value
- true
- Filter code method
- Beds24.unblockDates.setFromDate(string: from_date)
- Label
- To date
- Helper text
- The last date to unblock.
- Slug
- to_date
- Required
- true
- Can have default value
- true
- Filter code method
- Beds24.unblockDates.setToDate(string: to_date)