customer_id. It is used to fetch full customer records for validation, recurrence processing, or support tasks.customer_id as a path parameter in UUIDv4 format.Authorization: Bearer ********************Authorization: Bearer ********************Authorization: Bearer ********************digital-platform:gateway-api-Read and write accesscurl --location '/rpy/be-customer/v1/customers/'{
"seller_id": "9406df6c-3100-49ba-b4df-d81c1ad8a62b",
"customer_id": "string",
"first_name": "John",
"last_name": "da Silva",
"document_type": "CPF",
"document_number": "12345678912",
"birth_date": "1976-02-21",
"phone_number": "5551999887766",
"cellphone_number": "5551999887766",
"email": "customer@email.com.br",
"observation": "The customer is interested in plan x.",
"address": {
"street": "Av. Brazil",
"number": "1000",
"complement": "Sala 1",
"district": "Sao Geraldo",
"city": "Porto Alegre",
"state": "RS",
"country": "Brazil",
"postal_code": "90230060"
}
}