search_vehicles
Find available Enterprise Rent-A-Car vehicles by specifying dates, locations, and preferences to compare pricing and features.
Instructions
Search for available vehicles at Enterprise Rent-A-Car for specific dates, locations, and preferences. Returns a list of available cars with pricing and features.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pickup_location | Yes | City name, airport code (e.g. LAX), or street address | |
| dropoff_location | No | Return location if different from pickup | |
| pickup_date | Yes | ISO date YYYY-MM-DD | |
| pickup_time | Yes | HH:MM format (24-hour), e.g. 09:00 | |
| dropoff_date | Yes | ISO date YYYY-MM-DD | |
| dropoff_time | Yes | HH:MM format (24-hour), e.g. 17:00 | |
| vehicle_class | No | Optional vehicle class filter | |
| driver_age | No | Driver age in years, default 25 | |
| discount_code | No | Promotional or contract discount code | |
| enterprise_plus_number | No | Enterprise Plus member number for member rates |