6d. Create Trip - Reserve Ride
POST {{sandbox_base_url}}/v1/guests/trips
[https://developer.uber.com/docs/guest-rides/references/api/v1/guest-trips-post]
Uber Reserve- Reserve a driver at a specific time in advance.
Uber Reserve differs from normal scheduled rides in that a driver will be pre-assigned prior to the trip pickup time. More details can be found in the reserve_info
descriptions in the /v1/guests/trips/estimates call. Only available in certain areas.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-uber-sandbox-runuuid | string | ||
x-uber-organizationuuid | string |
RESPONSES
status: OK
{"request_id":"676311ce-f56c-4a85-8f7d-13bf2cfc3562","product_id":"a1111c8c-c720-46c3-8534-2fcdd730040d","status":"scheduled","guest":{"guest_id":"1b52fb48-2134-5fae-a5e8-5c10830ec9c9","first_name":"FirstName","last_name":"LastName","phone_number":"+12345678901","locale":"en"}}