Create a rate
A rate defines what an asset group costs to rent. Rates support several tiers — hourly, daily, weekly, and monthly — and the pricing engine picks the best combination for each booking’s duration.
-
Open Pricing → Rates from the left sidebar.
-
Click Add rate and choose the asset group the rate applies to.
-
Enter the pricing tiers. You must set at least one:
- Daily rate — the most common tier; used for multi-day rentals.
- Hourly rate (optional) — for short, same-day rentals.
- Weekly / monthly rate (optional) — discounted long-term tiers.
-
Set the currency (for example
EUR) and the tax rate that applies. -
(Optional) Set a valid from / valid to window for seasonal pricing. Leave both empty for an always-active rate.
-
Click Save.
How pricing is calculated
Section titled “How pricing is calculated”When a quote or booking is priced, the engine:
- Counts the rental duration.
- Selects the tier combination that yields the lowest valid total.
- Adds any extras, applies discounts, then applies tax.
Developers can read the same rates over the API — see the rates endpoint in the API Reference.