POST PF/ConsultaPFSemDocumento
Consulta para localizar pessoas, inserindo apenas o nome da pessoa ou combinando alguns campos. Exemplo: Nome + data de nascimento ou Nome + DDD + Telefone ou Nome + Cidade ou Nome + Cep
Request Information
URI Parameters
None.
Body Parameters
TransUnion.Consultas.DTO.Parametros.APIBaseEstatica.ParametrosEntradaPFSemDocumento| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
None. |
|
| Nome | string |
None. |
|
| DtNascimento | string |
None. |
|
| CEP | string |
None. |
|
| Uf | string |
None. |
|
| Cidade | string |
None. |
|
| NomeLogradouro | string |
None. |
|
| NumeroLogradouro | string |
None. |
|
| DDD | string |
None. |
|
| NumeroTelefone | string |
None. |
|
| string |
None. |
||
| NomeMae | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"Nome": "sample string 2",
"DtNascimento": "sample string 3",
"CEP": "sample string 4",
"Uf": "sample string 5",
"Cidade": "sample string 6",
"NomeLogradouro": "sample string 7",
"NumeroLogradouro": "sample string 8",
"DDD": "sample string 9",
"NumeroTelefone": "sample string 10",
"Email": "sample string 11",
"NomeMae": "sample string 12"
}
application/xml, text/xml
Sample:
<ParametrosEntradaPFSemDocumento xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="BaseEstatica.API"> <CEP>sample string 4</CEP> <Cidade>sample string 6</Cidade> <DDD>sample string 9</DDD> <DtNascimento>sample string 3</DtNascimento> <Email>sample string 11</Email> <Nome>sample string 2</Nome> <NomeLogradouro>sample string 7</NomeLogradouro> <NomeMae>sample string 12</NomeMae> <NumeroLogradouro>sample string 8</NumeroLogradouro> <NumeroTelefone>sample string 10</NumeroTelefone> <Token>sample string 1</Token> <Uf>sample string 5</Uf> </ParametrosEntradaPFSemDocumento>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Lista Pessoas
TransUnion.Consultas.BLL.APIServiceReference.ResultadoListaPessoas| 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:54:40.8709618-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:54:40.8709618-03:00",
"DT_NASCIMENTO": "2025-12-19T15:54:40.8709618-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:54:40.8709618-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:54:40.8709618-03:00",
"DT_NASCIMENTO": "2025-12-19T15:54:40.8709618-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:
<ResultadoListaPessoas 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:54:40.8709618-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:54:40.8709618-03:00</DT_CONSULTA>
<DT_NASCIMENTO>2025-12-19T15:54:40.8709618-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:54:40.8709618-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:54:40.8709618-03:00</DT_CONSULTA>
<DT_NASCIMENTO>2025-12-19T15:54:40.8709618-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>
</ResultadoListaPessoas>