# SteadyMDListPharmaciesRequest

Model ID: `SteadyMDListPharmaciesRequest`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `address` | `string` | No |  |  |  | Yes |  |
| `api_key` | `string` | No |  |  |  | No | Vendor credential. Sent with the request and never returned. |
| `api_url` | `string` | No |  |  |  | No |  |
| `city` | `string` | No |  |  |  | Yes |  |
| `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. |
| `name` | `string` | No |  |  |  | Yes |  |
| `phone_or_fax` | `string` | No |  |  |  | Yes |  |
| `specialty1` | `string` | No |  |  |  | Yes |  |
| `specialty2` | `string` | No |  |  |  | Yes |  |
| `state` | `string` | No |  |  |  | Yes |  |
| `zip_code` | `string` | No |  |  |  | Yes |  |

## Example

None declared in canonical OpenAPI.
