Skip to main content
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.
Panels cannot be added after you call Confirm Blood Draw. Attempting to add panels to a confirmed appointment returns 409 Conflict.

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 returns 200 OK confirming the panels have been added.
boolean
true when the panels have been successfully added to the appointment.

Error responses