---
title: "Add a result to a lab order"
method: POST
path: "/Labs/{id}/results"
tags: ["Labs"]
---

# Add a result to a lab order

`POST /Labs/{id}/results`

## Path parameters

- `id` string, required

## Request body

- CreateLabResultDto
  - `testName` string
  - `testCode` string, nullable
  - `value` string
  - `numericValue` union
    - number, double
    - string, double
  - `unit` string, nullable
  - `referenceRange` string, nullable
  - `referenceLow` union
    - number, double
    - string, double
  - `referenceHigh` union
    - number, double
    - string, double
  - `flag` string, nullable
  - `displayOrder` union
    - integer
    - string, int32
  - `comment` string, nullable

## Response `200`

OK

- LabResultDto
  - `id` string
  - `labOrderId` string
  - `testName` string
  - `testCode` string, nullable
  - `value` string
  - `numericValue` union
    - number, double
    - string, double
  - `unit` string, nullable
  - `referenceRange` string, nullable
  - `referenceLow` union
    - number, double
    - string, double
  - `referenceHigh` union
    - number, double
    - string, double
  - `flag` string
  - `displayOrder` union
    - integer
    - string, int32
  - `comment` string, nullable
  - `createdAt` string, date-time

---

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