Skip to main content
PUT
Updates an individual client. Accepts the same fields as creation: identity data, address and phone. Requires an API key with access level 3 or higher.

Path parameters

id
string
required
Unique identifier of the client to update.

Body

first_name
string
required
Client’s first name.
second_name
string
Client’s second or middle name.
last_name
string
required
Client’s last name.
email
string
required
Client’s email address. Must be a valid email.
birth_date
string
required
Client’s date of birth (yyyy-mm-dd).
address
object
required
Client’s physical address.
phone_country_code
integer
Phone country code.
phone_number
long
Phone number.

Response

Returns the updated client object. See Get individual client by ID for the full field list.