Explore Plans
Mobile menu Close menu
Beds24

Set nightly rate

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.

Developer info

API endpoint slug
beds24.set_nightly_rate
Filter code method
Beds24.setNightlyRate.skip(string?: reason)
Runtime method
runAction("beds24.set_nightly_rate", {})

Action fields

Room type Dropdown list

Label
Room type
Helper text
The room type to apply this to.
Slug
room_type
Required
true
Can have default value
false

From date Text input > ISO 8601 date and time

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)

To date Text input > ISO 8601 date and time

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)

Nightly price Text input > Other

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)