200 Successful Response
Schema: LastBusinessResponse
-
business_idstring -
Last-selected business UUID.
-
firm_idstring -
Last-selected firm UUID.
/api/v1/users/me/last-business
Persist the authenticated user's last-selected business and optional firm ID.
Bearer token authentication. Pass your DayZero API token in the
Authorization header and the
target business UUID in
x-business-id.
Schema: LastBusinessUpdate
business_id
string
required Business UUID to persist as last-selected.
firm_id
string
Firm UUID to persist alongside.
Schema: LastBusinessResponse
business_id
string
Last-selected business UUID.
firm_id
string
Last-selected firm UUID.
Schema: HTTPValidationError
detail
array · ValidationError
ValidationError loc
array · string | integer
required msg
string
required type
string
required input
object
ctx
object