get_bookings_by_date
Retrieve bookings within a specified date range. Use start and end dates to filter booking data from TryBooking.
Instructions
Get bookings within a date range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | Yes | End date (yyyy-MM-dd) | |
| startDate | Yes | Start date (yyyy-MM-dd) |