Registrations

Update a registration (call / move / complete)

Advance the visit lifecycle: waiting → on_hold → serving → checkout → completed.

Requires the registrations:write scope.

patch/v1/registrations/{lead_pid}

Path parameters

lead_pidstring required

The lead's opaque public id (pid), not the numeric id.

Request body

status'waiting' | 'on_hold' | 'serving' | 'checkout' | 'completed'
seatinteger
checkout_notestring

Response

Updated

Changes

No recorded changes to this endpoint across all 1 revision of this API.