Skip to main content
PATCH
Update a home kit order’s delivery address. Only include the field you want to change.
Requires home_kit_orders_manage scope.

Request

Path parameters

string
required
Unique identifier (UUID) of the home kit order to update.

Body parameters

All body parameters are optional — only include the fields you want to change.
object
The address to mail the kit to — one of two shapes: either { location_id } referencing a known test location, or the inline address fields (name, street, house_number, postal_code, city, country; phone / email optional). Provide exactly one — a location reference or an inline address, not both.

Response

On success, the API returns 200 OK with the updated home kit order and its embedded profile.
string
required
Unique home kit order identifier (UUID).
string
required
UUID of the profile this home kit order belongs to.
string
required
Current home kit order status. One of pending, dispatched, activated, or cancelled.
object
required
The address to mail the kit to — one of two shapes: either { location_id } referencing a known test location, or the inline address fields (name, street, house_number, postal_code, city, country; phone / email optional). Provide exactly one — a location reference or an inline address, not both.
string
required
ISO 8601 timestamp of when the home kit order was created.
string
ISO 8601 timestamp of the last update. May be null.
object
required
The patient profile associated with this home kit order.
HomeKitOrderPanel[]
required
Catalog panels currently attached to this home kit order. Look up panel details (name, biomarkers) via List Panels.
HomeKitOrderIndividualBiomarker[]
required
À-la-carte biomarkers attached to this home kit order outside any panel. Cross-reference each biomarker_id against List Biomarkers for display data.

Error responses