create_reservation
Book a rental car by providing vehicle selection, pickup/dropoff locations, rental dates, and driver details to create a reservation.
Instructions
Create a new Enterprise Rent-A-Car reservation. Requires vehicle selection, location details, dates, and driver information.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vehicle_id | Yes | Vehicle ID from search_vehicles results | |
| pickup_location_id | Yes | Location ID for vehicle pickup | |
| dropoff_location_id | No | Location ID for vehicle return | |
| pickup_datetime | Yes | ISO datetime for pickup, e.g. 2025-06-15T10:00:00 | |
| dropoff_datetime | Yes | ISO datetime for return, e.g. 2025-06-20T10:00:00 | |
| driver_first_name | Yes | ||
| driver_last_name | Yes | ||
| driver_email | Yes | ||
| driver_phone | Yes | ||
| driver_age | No | ||
| discount_code | No | Promotional or contract code | |
| enterprise_plus_number | No | Enterprise Plus member number | |
| protection_plan | No | full (LDW+PAI+PEC), partial (LDW only), none |