A entidade Endereço contém basicamente todas as informações do endereço do cliente.
Objeto
{
"id": "jpyq9smdffaxcwtj7m5a4fwkn",
"streetName": "Rua Presidente Backer",
"streetNumber": "S/N",
"complement": "EST CAIO MARTINS S3",
"neighborhood": "Icaraí",
"city": "Niterói",
"state": "RJ",
"postalCode": "24220-041"
}
Campos
Campo | Descrição |
---|---|
id | Identificador único do endereço do cliente. Esse valor é gerado automaticamente pelo sistema de Crédito. |
streetName | Nome da rua |
streetNumber | Número da rua |
complement | Informações complementares do endereço |
neighborhood | Ponto de referência |
city | Cidade |
state | Estado |
postalCode | Código Postal - CEP |
Contrato de Streaming dos dados do Endereço do Cliente
Veja Streaming de dados
{
"Content": [
{
"Data": [
{
"Id": "jq29ct5dtj442zw28xh35refu",
"StreetName": "Rua Presidente Backer",
"StreetNumber": "S/N",
"Complement": "EST CAIO MARTINS S3",
"Neighborhood": "Icaraí",
"City": "Niterói",
"State": "RJ",
"PostalCode": "24220-041",
"CreationDate": "2020-07-15T01:27:48.6356059",
"LastUpdateDate": "2020-07-15T01:30:21.6744352Z",
"Version": 9,
"StreamDate": "2020-07-15T01:30:21.0141278Z"
}
],
"SchemaName": "address",
"SchemaVersion": 1
}
]
}
Campos
Campo | Tipo de Dados |
---|---|
Id | string |
StreetName | string |
StreetNumber | string |
Complement | string |
Neighborhood | string |
City | string |
State | string |
PostalCode | string |
CreationDate | DateTime |
LastUpdateDate | DateTime |
Version | Int |
StreamDate | DateTime |