This action sets the nightly price for a room over a date range, and Beds24 pushes the new price to every channel the room is listed on.
- API endpoint slug
- beds24.set_nightly_rate
- Filter code method
- Beds24.setNightlyRate.skip(string?: reason)
- Runtime method
- runAction("beds24.set_nightly_rate", {})
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 night this price applies to.
- Slug
- from_date
- Required
- true
- Can have default value
- true
- Filter code method
- Beds24.setNightlyRate.setFromDate(string: from_date)
- Label
- To date
- Helper text
- The last night this price applies to.
- Slug
- to_date
- Required
- true
- Can have default value
- true
- Filter code method
- Beds24.setNightlyRate.setToDate(string: to_date)
- Label
- Nightly price
- Helper text
- The nightly price, in the property's own currency.
- Slug
- nightly_price
- Required
- true
- Can have default value
- true
- Filter code method
- Beds24.setNightlyRate.setNightlyPrice(string: nightly_price)