Visão geral
Ingestão de dados
Consulta de dados
Customer
Este objeto representa um cliente.
Copy
{
"id": "cust_5f92f01728e009f403d8502e",
"document": "<string>",
"name": "<string>",
"email": "<string>",
"phone": "<string>",
"username": "<string>",
"address": {
"city": "São Paulo",
"state": "SP",
"country": "BR",
"line1": "Av Paulista",
"line2": "Sala 404",
"number": "123",
"postalCode": "12123123",
"neighborhood": "Bela Vista"
},
"birthDate": "2023-12-25",
"birthPlace": "<string>",
"nationality": "AF",
"gender": "female",
"publicPerson": true,
"maritalStatus": "single",
"motherName": "<string>",
"additionalDocuments": [
{
"type": "<string>",
"number": "<string>",
"issuer": "<string>",
"state": "AC"
}
],
"attachments": [
{
"file": "file_6307b6c39f5d3d917009b631",
"linkedAt": "2023-11-07T05:31:56Z"
}
],
"metadata": {},
"createdAt": "2023-08-25T22:38:41.134Z",
"updatedAt": "2023-08-25T22:38:41.134Z",
"deleted": false,
"createdBy": {
"clientId": "client_identifier",
"externalClientId": "<string>",
"app": "backoffice"
},
"updatedBy": {
"clientId": "client_identifier",
"externalClientId": "<string>",
"app": "backoffice"
}
}
Assistant
Responses are generated using AI and may contain mistakes.