Skip to main content
POST
Attach one or more shipments to this appointment. Idempotent — shipments already linked are silently skipped. Mirror of Attach Appointments to Shipment. The mutation rule (per shipment) is: the link can be created when EITHER
  • the appointment is past blood-draw (blood_drawn), or
  • the shipment was created less than 24 hours ago.
Outside that window the call is rejected with 409 Conflict.

Request

Path parameters

string
required
Appointment UUID.

Body parameters

string[]
required
Array of shipment reference IDs to attach. Must contain at least one item.

Response

On success, the API returns 200 OK with the full shipment list for the appointment, ordered newest-first by creation. Each entry has the same shape as Get Shipment.

Error responses