# AthenaUploadDocumentRequest

Model ID: `AthenaUploadDocumentRequest`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `content_type` | `string` | No |  |  | `"application/pdf"` | No |  |
| `department_id` | `string` | No |  |  |  | No |  |
| `document_subclass` | `string` | No |  |  | `"CLINICALDOCUMENT"` | No |  |
| `file_bytes` | `string` | Yes |  |  |  | No |  |
| `file_name` | `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. |
| `patient_id` | `string` | Yes |  |  |  | No |  |
| `practice_id` | `string` | No |  |  |  | No |  |
| `provider_id` | `string` | No |  |  |  | No |  |
| `secret_key` | `string` | Yes |  |  |  | No | Vendor credential. Sent with the request and never returned. |

## Example

None declared in canonical OpenAPI.
