POST PFPJ/ConsultaPFPJNome
Na Consulta Nome você localiza pessoa física e/ou empresas. Basta pesquisar pelo nome. Se não souber parte do nome, coloque asterísco(*) no lugar.
Request Information
URI Parameters
None.
Body Parameters
TransUnion.Consultas.DTO.Parametros.APIBaseEstatica.ParametrosEntradaNomeName | Description | Type | Additional information |
---|---|---|---|
Token | string |
None. |
|
Nome | string |
None. |
|
TipoPessoa | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Token": "sample string 1", "Nome": "sample string 2", "TipoPessoa": "sample string 3" }
application/xml, text/xml
Sample:
<ParametrosEntradaNome xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="BaseEstatica.API"> <Nome>sample string 2</Nome> <TipoPessoa>sample string 3</TipoPessoa> <Token>sample string 1</Token> </ParametrosEntradaNome>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Lista Pessoa Nome
TransUnion.Consultas.BLL.APIServiceReference.ResultadoListaPessoaNomeName | 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": "2024-12-11T20:57:00.207768-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": "2024-12-11T20:57:00.207768-03:00", "DT_NASCIMENTO": "2024-12-11T20:57:00.207768-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": "2024-12-11T20:57:00.207768-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": "2024-12-11T20:57:00.207768-03:00", "DT_NASCIMENTO": "2024-12-11T20:57:00.207768-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:
<ResultadoListaPessoaNome 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>2024-12-11T20:57:00.207768-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>2024-12-11T20:57:00.207768-03:00</DT_CONSULTA> <DT_NASCIMENTO>2024-12-11T20:57:00.207768-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>2024-12-11T20:57:00.207768-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>2024-12-11T20:57:00.207768-03:00</DT_CONSULTA> <DT_NASCIMENTO>2024-12-11T20:57:00.207768-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> </ResultadoListaPessoaNome>