Skip to main content
POST
Create Lab Vendor Patient Site

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

The serializer for LabVendorPatientSite

name
string
required
Maximum string length: 200
address
string

The address of the site.

Maximum string length: 200
city
string

The city of the site.

Maximum string length: 50
fax
string | null
Maximum string length: 20
phone
string | null
Maximum string length: 20
practice_created
integer<int64> | null
state
string
Maximum string length: 2
suite
string | null
Maximum string length: 40
vendor
object

LabVendor Serializer useful for simple, read-only reference.

zip
string
Maximum string length: 10

Response

201 - application/json

The serializer for LabVendorPatientSite

name
string
required
Maximum string length: 200
address
string

The address of the site.

Maximum string length: 200
city
string

The city of the site.

Maximum string length: 50
created_date
string<date-time> | null
read-only
deleted_date
string<date-time> | null
read-only
fax
string | null
Maximum string length: 20
id
integer
read-only
phone
string | null
Maximum string length: 20
practice_created
integer<int64> | null
state
string
Maximum string length: 2
suite
string | null
Maximum string length: 40
vendor
object

LabVendor Serializer useful for simple, read-only reference.

zip
string
Maximum string length: 10