---
title: "Create Lab Vendor Integration"
method: POST
path: "/api/2.0/lab_vendor_integrations/"
tags: ["Lab Vendor Integrations"]
---

# Create Lab Vendor Integration

`POST /api/2.0/lab_vendor_integrations/`

Returns a list of lab vendor integrations

## Request body

- LabVendorIntegration — Serializer for non-internal usage to align better with APIv2 conventions
  - `allow_print` boolean
  - `created_date` string, date-time, nullable
  - `deleted_date` string, date-time, nullable
  - `id` integer
  - `lab_vendor` integer, required
  - `orders_status` 'blocked' | 'completed_testing' | 'live' | 'not_requested' | 'pending_testing' | 'waiting_on_lab', required
  - `practice` integer, required
  - `results_status` 'blocked' | 'completed_testing' | 'live' | 'not_requested' | 'pending_testing' | 'waiting_on_lab', required

## Response `201`

- LabVendorIntegration — Serializer for non-internal usage to align better with APIv2 conventions
  - `allow_print` boolean
  - `created_date` string, date-time, nullable
  - `deleted_date` string, date-time, nullable
  - `id` integer
  - `lab_vendor` integer, required
  - `orders_status` 'blocked' | 'completed_testing' | 'live' | 'not_requested' | 'pending_testing' | 'waiting_on_lab', required
  - `practice` integer, required
  - `results_status` 'blocked' | 'completed_testing' | 'live' | 'not_requested' | 'pending_testing' | 'waiting_on_lab', required

---

[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/versions/c060f89d4de7/schema)
