---
title: "Partially Update Lab Vendor"
method: PATCH
path: "/api/2.0/lab_vendors/{id}/"
tags: ["Lab Vendors"]
---

# Partially Update Lab Vendor

`PATCH /api/2.0/lab_vendors/{id}/`

Retrieve a single lab vendor

## Path parameters

- `id` integer, required

## Request body

- PatchedLabVendor — The serializer for LabVendor
  - `bidi_connections` BiDiLabConnection[]
    - `alias` string, nullable — Get the alias of the connection.
    - `enabled` boolean — Get the enabled status of the connection.
    - `id` integer
    - `priority` integer
    - `protocol` string, nullable — Get the protocol of the connection.
  - `compendiums` LabOrderTestCompendium[], nullable
    - `code` string, nullable
    - `created_date` string, date-time, nullable
    - `deleted_date` string, date-time, nullable
    - `id` integer
    - `lab_vendor` integer, required
    - `last_updated` string, date-time
    - `name` string, required
  - `default_compendium` LabOrderTestCompendium — The serializer for LabOrderTestCompendium
    - `code` string, nullable
    - `created_date` string, date-time, nullable
    - `deleted_date` string, date-time, nullable
    - `id` integer
    - `lab_vendor` integer, required
    - `last_updated` string, date-time
    - `name` string, required
  - `display_name` string
  - `has_order_compendium` boolean
  - `has_test_compendium` boolean
  - `id` integer
  - `is_bidi` boolean
  - `is_in_house` boolean
  - `name` string
  - `orders_integration_available` boolean
  - `practice_created` integer, nullable
  - `results_integration_available` boolean

## Response `200`

- LabVendor — The serializer for LabVendor
  - `bidi_connections` BiDiLabConnection[]
    - `alias` string, nullable — Get the alias of the connection.
    - `enabled` boolean — Get the enabled status of the connection.
    - `id` integer
    - `priority` integer
    - `protocol` string, nullable — Get the protocol of the connection.
  - `compendiums` LabOrderTestCompendium[], nullable
    - `code` string, nullable
    - `created_date` string, date-time, nullable
    - `deleted_date` string, date-time, nullable
    - `id` integer
    - `lab_vendor` integer, required
    - `last_updated` string, date-time
    - `name` string, required
  - `default_compendium` LabOrderTestCompendium — The serializer for LabOrderTestCompendium
    - `code` string, nullable
    - `created_date` string, date-time, nullable
    - `deleted_date` string, date-time, nullable
    - `id` integer
    - `lab_vendor` integer, required
    - `last_updated` string, date-time
    - `name` string, required
  - `display_name` string, required
  - `has_order_compendium` boolean
  - `has_test_compendium` boolean
  - `id` integer
  - `is_bidi` boolean
  - `is_in_house` boolean
  - `name` string, required
  - `orders_integration_available` boolean
  - `practice_created` integer, nullable
  - `results_integration_available` boolean

---

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