booking_detail
Return date-specific availability, pricing, extras and booking choices.
Use id_boat and id_tbf1 exactly as returned by search_boats. This tool is for a selected yacht and charter period. Do not call this tool only to see yacht photos or media; call boat_details with the exact id_boat instead. Any Images included here are supplemental booking-context images, while boat_details is the canonical source for the complete public media URLs.
Show all optional extras. After the customer changes extras, passenger count, currency, ports or payment options, call booking_detail_mod and use only its server-calculated totals. Finally, offer a request for an option or a request for a booking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pax | Yes | Number of passengers. | |
| dateEnd | Yes | End date in DD/MM/YYYY format. | |
| id_boat | Yes | Exact yacht ID returned by search_boats. | |
| id_tbf1 | Yes | Exact pricing ID returned by search_boats. | |
| dateStart | Yes | Start date in DD/MM/YYYY format. |