customers
Update customer contact
Partially updates customer contact fields (name, e-mail, phone, birth date, metadata). Document, type and externalId are immutable.
patch/api/v1/customers/{id}
Path parameters
idstring uuid required
Example:01920000-0000-7000-8000-000000000000
Customer identifier (UUID).
Request body
Example request
{
"birth_date": "1990-05-20"
}Response
Customer updated.