---
title: "Create Lab Vendor Patient Site"
method: POST
path: "/api/2.0/lab_vendor_patient_sites/"
tags: ["Lab Vendor Patient Sites"]
---

# Create Lab Vendor Patient Site

`POST /api/2.0/lab_vendor_patient_sites/`

Returns a list of lab vendor patient sites

## Request body

- LabVendorPatientSite — The serializer for LabVendorPatientSite
  - `address` string — The address of the site.
  - `city` string — The city of the site.
  - `created_date` string, date-time, nullable
  - `deleted_date` string, date-time, nullable
  - `fax` string, nullable
  - `id` integer
  - `name` string, required
  - `phone` string, nullable
  - `practice_created` integer, nullable
  - `state` string
  - `suite` string, nullable
  - `vendor` LabVendorIdName — LabVendor Serializer useful for simple, read-only reference.
    - `display_name` string
    - `id` integer
    - `name` string
  - `zip` string

## Response `201`

- LabVendorPatientSite — The serializer for LabVendorPatientSite
  - `address` string — The address of the site.
  - `city` string — The city of the site.
  - `created_date` string, date-time, nullable
  - `deleted_date` string, date-time, nullable
  - `fax` string, nullable
  - `id` integer
  - `name` string, required
  - `phone` string, nullable
  - `practice_created` integer, nullable
  - `state` string
  - `suite` string, nullable
  - `vendor` LabVendorIdName — LabVendor Serializer useful for simple, read-only reference.
    - `display_name` string
    - `id` integer
    - `name` string
  - `zip` string

---

[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)
