---
title: "Upload results for an order"
method: POST
path: "/v1/orders/{orderId}/upload-results"
tags: ["Orders"]
---

# Upload results for an order

`POST /v1/orders/{orderId}/upload-results`

Upload test results for a specific order item. Supports both existing fileIds and base64 encoded files. Requires order access code and employee verification.

## Path parameters

- `orderId` string, required

## Request body

- object
  - `orderAccessCode` string, required
  - `serviceId` string, required
  - `captchaToken` string, required
  - `lastName` string
  - `dob` string — Date of birth in YYYY-MM-DD format
  - `fileIds` string[]
  - `files` object[]
    - `name` string, required
    - `type` string, required
    - `base64` string, required

## Response `200`

Default Response

- object
  - `success` boolean
  - `message` string

## Other responses

- `400` — Default Response
- `401` — Default Response
- `404` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/bluehive-health/apis/bluehive-api.md) · [All operations](https://skmtc.net/bluehive-health/apis/bluehive-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bluehive-health/bluehive-api/revisions/ae97a9add0ba/schema)
