---
title: "Create Unmatched Result Test"
method: POST
path: "/v3/unmatched_result_test"
tags: ["unmatched"]
---

# Create Unmatched Result Test

`POST /v3/unmatched_result_test`

## Headers

- `X-Idempotency-Key` string, required

## Request body

- CreateUnmatchedResultTestBody
  - `case` 'match_completed' | 'match_cancelled' | 'wrong_collection' | 'wrong_lab' | 'multiple_demo_match' | 'match_sample_id_mismatch_demo' | 'match_demo' | 'no_match', required — ℹ️ This enum is non-exhaustive.
  - `order_source` 'managed' | 'provided', required — ℹ️ This enum is non-exhaustive.
  - `orders` object, nullable
  - `result_status` 'final' | 'partial' — ℹ️ This enum is non-exhaustive.
  - `interpretation` 'normal' | 'abnormal' | 'critical' | 'unknown' — ℹ️ This enum is non-exhaustive.
  - `lab_test_id` string, uuid, nullable
  - `wrong_lab_test_id` string, uuid, nullable

## Response `202`

Successful Response

- CreateUnmatchedResultTestResponse
  - `run_id` string, uuid, required
  - `status` 'queued' | 'running' | 'succeeded' | 'failed', required — ℹ️ This enum is non-exhaustive.

## Other responses

- `422` — Validation Error

---

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