# UberCreateQuoteRequest

Model ID: `UberCreateQuoteRequest`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `client_id` | `string` | Yes |  |  |  | No |  |
| `client_secret` | `string` | Yes |  |  |  | No | Vendor credential. Sent with the request and never returned. |
| `customer_id` | `string` | Yes |  |  |  | No |  |
| `dropoff_address` | `string` | Yes |  |  |  | No |  |
| `mode` | `string` | No |  | sandbox, live | `"sandbox"` | No | Which vendor environment the call is routed to. Defaults to sandbox, so an omitted mode never reaches a production vendor account. |
| `pickup_address` | `string` | Yes |  |  |  | No |  |

## Example

None declared in canonical OpenAPI.
