# AthenaAddLabResultDocumentRequest

Model ID: `AthenaAddLabResultDocumentRequest`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `accession_id` | `string` | No |  |  |  | Yes |  |
| `analytes` | array of [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |
| `attachment_contents` | `string` | No |  |  |  | Yes |  |
| `attachment_type` | `string` | No |  |  |  | Yes |  |
| `codified_result_data` | `string` | No |  |  |  | Yes |  |
| `department_id` | `string` | No |  |  |  | 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. |
| `tieto_order_id` | `string` | No |  |  |  | Yes |  |

## Example

None declared in canonical OpenAPI.
