Book a trip
book_tripPlace a real booking with no account. The car is held for 30 minutes and a payment link comes back; the person you are helping opens it and pays the full fare, and the trip confirms itself the moment the money lands. You cannot complete the payment yourself, so hand them the link. Quote it first so you can tell them the price. To change or cancel afterwards, text +1 424-487-4875 — the house's automated line, answered around the clock — or call +1 310-757-5588 to reach the live concierge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date of travel, YYYY-MM-DD, Los Angeles time. | |
| time | Yes | Pickup time, HH:MM, 24-hour, Los Angeles time. | |
| addon | No | Airport add-on. meetgreet is arrivals only, departure is departures only. | |
| hours | No | Length of the block. Required for hourly and shuttle. | |
| notes | No | Anything the chauffeur should know. Passed through verbatim. | |
| phone | Yes | Mobile number for the rider, with a country code if it is not US. Required: the chauffeur has to be able to reach them, and the confirmation is texted here. | |
| stops | No | Waypoint addresses, in order. | |
| pickup | No | Street address the trip starts from. Omit for the airport end of an arrival. | |
| dropoff | No | Street address the trip ends at. Omit for the airport end of a departure. | |
| service | Yes | Which service to price. Call list_services for what each one covers. | |
| car_seats | No | Number of child car seats required. | |
| direction | No | Required on any airport service. | |
| extra_stops | No | Count of unaddressed extra stops on an hourly booking. | |
| airport_code | No | IATA code, e.g. "BUR" or "VNY". Assumed LAX for the lax service. | |
| baggage_valet | No | Bags collected and carried through. Arrivals only. | |
| booster_seats | No | Number of booster seats required. | |
| flight_number | No | Flight number, so the chauffeur can track the arrival. | |
| passenger_name | Yes | Full name of the person riding. Required: it is the name on the trip and what the chauffeur asks for. | |
| passenger_count | No | How many people are riding. |