π Digest into multi-rates in Holidu API!
18 days ago by Piotr Tutaj
Multi-rates in Holidu API v2.0
New feature available in our API!
Weβre excited to introduce a new functionality: multi-rates!
- You can now specify a Rate Identifier (
rateId
) in your requests to manage different rates (e.g., "Standard Rate", "Non-Refundable Rate") separately across apartments.- The
rateId
parameter is a string field used across multiple parts of our API:
- LOS (Length of Stay)
- Payment Configuration
- Cancellation conditions
β‘ Summary: Why use multi-rates?
- Manage twopricing models (e.g., refundable vs non-refundable) separately.
- Delete, update, or retrieve LOS, payment settings and cancellation conditions per rate.
- Keep your apartmentβs pricing structure more flexible and organized.
Important:
βοΈ If no
rateId
is passed, the request operates on the default rate.βοΈ
rateId
must be a valid string and should be consistently used across different API calls for the same rate.βοΈ Product design is currently supporting two rates per listings, so please set-up only:
- one flexible rate (with free-cancellation)
- one non-refundable rate (without free cancellation)
Please find here the Holidu API V2 LOS on how to set up a use rateId
in LOS along with Holidu API V2 Payment configuration in payment configuration and Holidu API V2 Cancellation conditions in cancellation conditions.
If you are interested and still have some question, feel free to reach out to [email protected] or your Technical Account Manager.