v9

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-071292691.1 MB
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

emailstring nullable
phonestring nullable
birth_datestring nullable
metadataobject nullable
namestring

Example request

{
  "birth_date": "1990-05-20"
}

Response

Customer updated.

idstring required
documentstring nullable required
type'PF' | 'PJ' nullable required
external_idstring nullable required
namestring required
emailstring nullable required
phonestring nullable required
birth_datestring nullable required
metadataobject nullable required
created_atstring required
updated_atstring required