getAvailabilityByMonth
Get all available booking windows in a specific month that meet the minimum length of stay requirement. Returns all possible check-in dates and their corresponding available periods.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Year (e.g., 2026) | |
| month | Yes | Month number (1-12, where 1=January, 12=December) | |
| stayId | Yes | The unique identifier of the stay | |
| minLengthOfStay | Yes | Minimum length of stay in days required |