Update an existing Client
Updates the specified client's details.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
businessnamestringRequired
idstringRequired
ID of the client to update
Body
ds_namestringOptional
ds_surnamestringOptional
ds_phonestringOptional
emailstringOptional
opt_in_statusinteger · enumOptionalPossible values:
Responses
200
Client updated successfully
application/json
successbooleanOptionalExample:
trueput
/clients/{id}200
Client updated successfully
Last updated