reserve_car
Book a Zipcar vehicle for a specific time slot by providing car ID, start time, and end time. Returns reservation confirmation details after login.
Instructions
Book a Zipcar for a specific time slot. Requires the user to be logged in to Zipcar. Returns reservation confirmation details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| car_id | Yes | The Zipcar vehicle ID to reserve | |
| start_time | Yes | Reservation start time in ISO 8601 format | |
| end_time | Yes | Reservation end time in ISO 8601 format | |
| plan | No | Optional membership plan to use (e.g. 'hourly', 'daily') |