Skip to main content
POST
Create a referral on a med case

Authorizations

X-API-Key
string
header
required

Public API key (starts with cxp_). Required on every request.

Path Parameters

id
string<uuid>
required

Med case UUID

Body

application/json

Creates a new referral on the med case. The provider must be in your network (an ACTIVE FirmProviderConnection); otherwise the request returns 403.

providerId
string<uuid>
required

UUID of the provider to refer to (required). Must be in your network.

doctorIds
string<uuid>[]

Doctor roster (user ids) to assign to the referral.

locationIds
string<uuid>[]

Location roster (provider location ids) to assign to the referral.

notes
string

Response

Created med referral

data
object
required
meta
object
required