- DATE:
- AUTHOR:
- The Duffel team
API
Stays
We now return the number of rooms available for a Stays rate
DATE:
AUTHOR:
The Duffel team
When booking, it can be helpful to know how many rooms are left at a given rate — especially if you need to book for a large number of rooms in a single transaction. To enable this, we have added a quantity_available
field to the Rate schema.
This field documents the number of rooms available at this rate. This field is nullable as the information is not available for all rates.