GET servico/integracaoterceiros/ObterCadastrosGeraisPorCPFCNPJ/{cpfcnpj}

Consulta o cadastro geral por cpf/cnpj

Request Info

URI Parameters

NomeDescriçãoTipoInformações adicionais
cpfcnpj

CPF ou CNPJ do cadastro geral

string

Required

Body Parameters

None.

Response Info

Resource Description

Lista de ProjecaoDeCadastroGeralIdENome

ProjecaoDeCadastroGeralIdENome
NomeDescriçãoTipoInformações adicionais
ID

Código do Cadastro Geral

integer

None.

Nome

Nome do Cadastro Geral

string

None.

Response Formats

application/json, text/json

Exemplo:
{
  "ID": 1,
  "Nome": "sample string 2"
}

application/xml, text/xml

Exemplo:
<ProjecaoDeCadastroGeralIdENome xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATAK.Projecoes.API.Integracao.CadastroGeral">
  <ID>1</ID>
  <Nome>sample string 2</Nome>
</ProjecaoDeCadastroGeralIdENome>