customers
Update customer contact
Partially updates a customer contact (e-mail/phone) and name. Document, type and externalId are immutable.
patch/api/v1/customers/{id}
Path parameters
idstring uuid required
Example:6f0d9c5a-7d4d-4f6a-9b6a-2b5a0b5a0b5a
Customer identifier (UUID v4).
Request body
Example request
{
"birth_date": "1990-05-20"
}Response
Customer updated.