Update an existing Client

Update an existing client

put

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
chevron-right
200

Client updated successfully

application/json
successbooleanOptionalExample: true
put
/clients/{id}
200

Client updated successfully

Last updated