get_booking
Look up a booking by its unique booking number to get full details: customer info, pricing, and product data.
Instructions
Look up a specific booking by its booking number.
Args: booking_number: The Bookeo booking number (e.g., "123456789")
Returns: Complete booking details including customer, pricing, and product info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| booking_number | Yes |