UpdateClientRequest
Request schema for updating a client
emailstring
The client's email address.
first_namestring
The client's first name.
last_namestring
The client's last name.
localestring
The client's locale.
phonestring
The client's phone number (E.164 format).
reference_idstring
The client's external reference identifier.
time_zonestring
The client's time zone (IANA format).
UpdateClientRequest
{
"email": "john.smith@tendermedical.com",
"first_name": "John",
"last_name": "Smith",
"locale": "en",
"phone": "+15551234567",
"reference_id": "your-reference-id",
"time_zone": "America/New_York"
}