POST PFPJ/ConsultaPFPJEndereco
Na Consulta Endereço você localiza pessoas física e/ou jurídica a partir de um endereço. Combine um ou mais campos de pesquisa: Cep, logradouro, número, complemento, cidade, UF e filtro (PF ou PJ ou *)
Request Information
URI Parameters
None.
Body Parameters
TransUnion.Consultas.DTO.Parametros.APIBaseEstatica.ParametrosEntradaEndereco| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
None. |
|
| CEP | string |
None. |
|
| NomeLogradouro | string |
None. |
|
| NumeroLogradouro | string |
None. |
|
| Complemento | string |
None. |
|
| TipoPessoa | string |
None. |
|
| Uf | string |
None. |
|
| Cidade | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"CEP": "sample string 2",
"NomeLogradouro": "sample string 3",
"NumeroLogradouro": "sample string 4",
"Complemento": "sample string 5",
"TipoPessoa": "sample string 6",
"Uf": "sample string 7",
"Cidade": "sample string 8"
}
application/xml, text/xml
Sample:
<ParametrosEntradaEndereco xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="BaseEstatica.API"> <CEP>sample string 2</CEP> <Cidade>sample string 8</Cidade> <Complemento>sample string 5</Complemento> <NomeLogradouro>sample string 3</NomeLogradouro> <NumeroLogradouro>sample string 4</NumeroLogradouro> <TipoPessoa>sample string 6</TipoPessoa> <Token>sample string 1</Token> <Uf>sample string 7</Uf> </ParametrosEntradaEndereco>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Lista Pessoas Endereco
TransUnion.Consultas.BLL.APIServiceReference.ResultadoListaPessoasEndereco| Name | Description | Type | Additional information |
|---|---|---|---|
| RETORNO | string |
None. |
|
| PESSOAS | Collection of TransUnion.Consultas.BLL.APIServiceReference.PESSOA |
None. |
|
| ERRO | TransUnion.Consultas.BLL.APIServiceReference.ERRO |
None. |
Response Formats
application/json, text/json
Sample:
{
"RETORNO": "sample string 1",
"ERRO": {
"CODIGO": 1,
"MENSAGEM": "sample string 2"
},
"PESSOAS": [
{
"DS_COMPLEMENTO": "sample string 1",
"DT_NASCIMENTO": "2025-12-19T15:56:30.6219061-03:00",
"NR_CEP": 1,
"ERRO": {
"CODIGO": 1,
"MENSAGEM": "sample string 2"
},
"NM_BAIRRO": "sample string 2",
"NM_CIDADE": "sample string 3",
"NR_LOGRADOURO": "sample string 4",
"NM_NOME": "sample string 5",
"NM_NOME_MAE": "sample string 6",
"NR_DOCUMENTO": 1,
"NM_LOGRADOURO": "sample string 7",
"SG_ESTADO": "sample string 8",
"TP_LOGRADOURO": "sample string 9",
"TP_PESSOA": "sample string 10",
"SITUACAO_SRF": {
"DS_INSCRICAO": "sample string 1",
"DS_PROTOCOLO": "sample string 2",
"DS_SRF_PF": "sample string 3",
"DT_CONSULTA": "2025-12-19T15:56:30.6219061-03:00",
"DT_NASCIMENTO": "2025-12-19T15:56:30.6219061-03:00",
"HR_CONSULTA": "sample string 5",
"ID_DIGITOVERIFICADOR": "sample string 6",
"NM_COMPLETO": "sample string 7",
"NM_SOCIAL_COMPLETO": "sample string 8",
"NR_ANO_OBITO": "sample string 9",
"NR_CPF": 1,
"ERRO": {
"CODIGO": 1,
"MENSAGEM": "sample string 2"
}
}
},
{
"DS_COMPLEMENTO": "sample string 1",
"DT_NASCIMENTO": "2025-12-19T15:56:30.6219061-03:00",
"NR_CEP": 1,
"ERRO": {
"CODIGO": 1,
"MENSAGEM": "sample string 2"
},
"NM_BAIRRO": "sample string 2",
"NM_CIDADE": "sample string 3",
"NR_LOGRADOURO": "sample string 4",
"NM_NOME": "sample string 5",
"NM_NOME_MAE": "sample string 6",
"NR_DOCUMENTO": 1,
"NM_LOGRADOURO": "sample string 7",
"SG_ESTADO": "sample string 8",
"TP_LOGRADOURO": "sample string 9",
"TP_PESSOA": "sample string 10",
"SITUACAO_SRF": {
"DS_INSCRICAO": "sample string 1",
"DS_PROTOCOLO": "sample string 2",
"DS_SRF_PF": "sample string 3",
"DT_CONSULTA": "2025-12-19T15:56:30.6219061-03:00",
"DT_NASCIMENTO": "2025-12-19T15:56:30.6219061-03:00",
"HR_CONSULTA": "sample string 5",
"ID_DIGITOVERIFICADOR": "sample string 6",
"NM_COMPLETO": "sample string 7",
"NM_SOCIAL_COMPLETO": "sample string 8",
"NR_ANO_OBITO": "sample string 9",
"NR_CPF": 1,
"ERRO": {
"CODIGO": 1,
"MENSAGEM": "sample string 2"
}
}
}
]
}
application/xml, text/xml
Sample:
<ResultadoListaPessoasEndereco xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="API.ZipOnline">
<ERRO>
<CODIGO>1</CODIGO>
<MENSAGEM>sample string 2</MENSAGEM>
</ERRO>
<RETORNO>sample string 1</RETORNO>
<PESSOAS>
<PESSOA>
<ERRO>
<CODIGO>1</CODIGO>
<MENSAGEM>sample string 2</MENSAGEM>
</ERRO>
<DS_COMPLEMENTO>sample string 1</DS_COMPLEMENTO>
<DT_NASCIMENTO>2025-12-19T15:56:30.6219061-03:00</DT_NASCIMENTO>
<NR_CEP>1</NR_CEP>
<NM_BAIRRO>sample string 2</NM_BAIRRO>
<NM_CIDADE>sample string 3</NM_CIDADE>
<NR_LOGRADOURO>sample string 4</NR_LOGRADOURO>
<NM_NOME>sample string 5</NM_NOME>
<NM_NOME_MAE>sample string 6</NM_NOME_MAE>
<NR_DOCUMENTO>1</NR_DOCUMENTO>
<NM_LOGRADOURO>sample string 7</NM_LOGRADOURO>
<SG_ESTADO>sample string 8</SG_ESTADO>
<TP_LOGRADOURO>sample string 9</TP_LOGRADOURO>
<TP_PESSOA>sample string 10</TP_PESSOA>
<SITUACAO_SRF>
<ERRO>
<CODIGO>1</CODIGO>
<MENSAGEM>sample string 2</MENSAGEM>
</ERRO>
<DS_INSCRICAO>sample string 1</DS_INSCRICAO>
<DS_PROTOCOLO>sample string 2</DS_PROTOCOLO>
<DS_SRF_PF>sample string 3</DS_SRF_PF>
<DT_CONSULTA>2025-12-19T15:56:30.6219061-03:00</DT_CONSULTA>
<DT_NASCIMENTO>2025-12-19T15:56:30.6219061-03:00</DT_NASCIMENTO>
<HR_CONSULTA>sample string 5</HR_CONSULTA>
<ID_DIGITOVERIFICADOR>sample string 6</ID_DIGITOVERIFICADOR>
<NM_COMPLETO>sample string 7</NM_COMPLETO>
<NM_SOCIAL_COMPLETO>sample string 8</NM_SOCIAL_COMPLETO>
<NR_ANO_OBITO>sample string 9</NR_ANO_OBITO>
<NR_CPF>1</NR_CPF>
</SITUACAO_SRF>
</PESSOA>
<PESSOA>
<ERRO>
<CODIGO>1</CODIGO>
<MENSAGEM>sample string 2</MENSAGEM>
</ERRO>
<DS_COMPLEMENTO>sample string 1</DS_COMPLEMENTO>
<DT_NASCIMENTO>2025-12-19T15:56:30.6219061-03:00</DT_NASCIMENTO>
<NR_CEP>1</NR_CEP>
<NM_BAIRRO>sample string 2</NM_BAIRRO>
<NM_CIDADE>sample string 3</NM_CIDADE>
<NR_LOGRADOURO>sample string 4</NR_LOGRADOURO>
<NM_NOME>sample string 5</NM_NOME>
<NM_NOME_MAE>sample string 6</NM_NOME_MAE>
<NR_DOCUMENTO>1</NR_DOCUMENTO>
<NM_LOGRADOURO>sample string 7</NM_LOGRADOURO>
<SG_ESTADO>sample string 8</SG_ESTADO>
<TP_LOGRADOURO>sample string 9</TP_LOGRADOURO>
<TP_PESSOA>sample string 10</TP_PESSOA>
<SITUACAO_SRF>
<ERRO>
<CODIGO>1</CODIGO>
<MENSAGEM>sample string 2</MENSAGEM>
</ERRO>
<DS_INSCRICAO>sample string 1</DS_INSCRICAO>
<DS_PROTOCOLO>sample string 2</DS_PROTOCOLO>
<DS_SRF_PF>sample string 3</DS_SRF_PF>
<DT_CONSULTA>2025-12-19T15:56:30.6219061-03:00</DT_CONSULTA>
<DT_NASCIMENTO>2025-12-19T15:56:30.6219061-03:00</DT_NASCIMENTO>
<HR_CONSULTA>sample string 5</HR_CONSULTA>
<ID_DIGITOVERIFICADOR>sample string 6</ID_DIGITOVERIFICADOR>
<NM_COMPLETO>sample string 7</NM_COMPLETO>
<NM_SOCIAL_COMPLETO>sample string 8</NM_SOCIAL_COMPLETO>
<NR_ANO_OBITO>sample string 9</NR_ANO_OBITO>
<NR_CPF>1</NR_CPF>
</SITUACAO_SRF>
</PESSOA>
</PESSOAS>
</ResultadoListaPessoasEndereco>