Request Ride
request_rideBook a ride from a pickup address to a destination with options for ride category, passenger count, scheduled pickup, payment method, and driver note.
Instructions
Book a ride from a pickup location to a destination. In DEMO_MODE it uses the shared deterministic demo store; live mode uses Uber when authorized.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pickup | Yes | ||
| riders | No | ||
| category | No | uberx | |
| riderNote | No | Optional note for the driver | |
| destination | Yes | ||
| scheduledAt | No | Optional ISO timestamp for a scheduled pickup | |
| paymentMethodId | No | Payment method ID; defaults to the account default |