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

string
required
Unique identifier of the client to update.

Body

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

Response

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