Price of a stay
get_stay_priceLive all-in price and availability for a stay at one Floreal location, per accommodation type, for the given arrival date, number of nights and party. Pass a packageId from list_arrangements to price that specific package. The answer carries a bookingUrl: the same search on our own booking site — always share it so the guest can book. When the guest has not chosen a location yet, use search_stays instead: it asks every location at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pets | No | Number of pets | |
| adults | Yes | Number of adults | |
| babies | No | Number of babies | |
| domain | Yes | Location slug, e.g. "floreal-blankenberge" | |
| nights | Yes | Number of nights | |
| arrival | Yes | Arrival date (YYYY-MM-DD) | |
| children | No | Number of children | |
| packageId | No | Package id from list_arrangements (optional) |