findNearestAvailability
Find the nearest available dates when requested dates are not available. Searches for alternative check-in dates within a specified window and can adjust length of stay.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stayId | Yes | The unique identifier of the stay | |
| maxLengthOfStay | No | Maximum length of stay in days (optional) | |
| minLengthOfStay | Yes | Minimum length of stay in days | |
| preferredCheckIn | Yes | Preferred check-in date in ISO format (YYYY-MM-DD) | |
| searchWindowDays | No | Number of days before and after preferred date to search (default: 90) |