Appointments
Add Panels
Add blood test panels to an appointment
POST
Add one or more blood test panels to an existing appointment. You can call this endpoint multiple times to build up the panel selection before confirming the blood draw.
Request
Path parameters
string
required
Unique identifier (UUID) of the appointment to add panels to.
Body parameters
string[]
required
Array of panel UUIDs to add to the appointment. Must contain at least one item.
Response
On success, the API returns200 OK confirming the panels have been added.
boolean
true when the panels have been successfully added to the appointment.