POST DSPJ/ConsultaOnlineSRF

Consulta Online de dados da Receita Federal, retorna todas as informações contidas no cartao do CNPJ

Request Information

URI Parameters

None.

Body Parameters

TransUnion.Consultas.DTO.Parametros.DriverService.ParametrosEntradaSRFPJ
NameDescriptionTypeAdditional information
Token

string

None.

CNPJ

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "CNPJ": "sample string 2"
}

application/xml, text/xml

Sample:
<ParametrosEntradaSRFPJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="BaseEstatica.API">
  <CNPJ>sample string 2</CNPJ>
  <Token>sample string 1</Token>
</ParametrosEntradaSRFPJ>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SRF Pessoa Juridica

TransUnion.Consultas.BLL.DriversServiceReference.SRFPessoaJuridica
NameDescriptionTypeAdditional information
CD_CNAE

string

None.

CD_NATUREZA_JURIDICA

string

None.

CERTIDAO_BAIXA

TransUnion.Consultas.BLL.DriversServiceReference.CertidaoBaixaPessoaJuridica

None.

CNAE_SECUNDARIO

Collection of TransUnion.Consultas.BLL.DriversServiceReference.CnaeSecundario

None.

DS_CNAE

string

None.

DS_EMAIL

string

None.

DS_ENTE_FEDERATIVO_RESPONSAVEL

string

None.

DS_MATRIZ_FILIAL

string

None.

DS_MENSAGEM

string

None.

DS_MOTIVO_SITUACAO

string

None.

DS_NATUREZA_JURIDICA

string

None.

DS_PORTE

string

None.

DS_SITUACAO

string

None.

DT_CONSULTA

string

None.

DT_FUNDACAO

string

None.

DT_SITUACAO

string

None.

ENDERECO

TransUnion.Consultas.BLL.DriversServiceReference.Endereco

None.

HR_CONSULTA

string

None.

NM_FANTASIA

string

None.

NM_ORGAO

string

None.

NM_RAZAO_SOCIAL

string

None.

NR_CERTIDAO

string

None.

NR_CNPJ

string

None.

NR_COMPROVANTE

string

None.

NR_DDD

string

None.

NR_ORGAO

string

None.

NR_TELEFONE

string

None.

OUTROS_TELEFONES

Collection of TransUnion.Consultas.BLL.DriversServiceReference.Telefone

None.

VL_CAPITAL_SOCIAL

string

None.

SOCIOS

Collection of TransUnion.Consultas.BLL.DriversServiceReference.SOCIO

None.

ERRO

TransUnion.Consultas.BLL.DriversServiceReference.ERRO

None.

Response Formats

application/json, text/json

Sample:
{
  "CD_CNAE": "sample string 1",
  "CD_NATUREZA_JURIDICA": "sample string 2",
  "CERTIDAO_BAIXA": {
    "DS_MOTIVO_SITUACAO": "sample string 1",
    "DS_TELEFONE": "sample string 2",
    "DS_UNIDADE_CADASTRADORA": "sample string 3",
    "DT_BAIXA": "sample string 4",
    "ENDERECO": {
      "DS_COMPLEMENTO": "sample string 1",
      "ENDERECO_COMPLETO": "sample string 2",
      "NM_BAIRRO": "sample string 3",
      "NM_CIDADE": "sample string 4",
      "NM_LOGRADOURO": "sample string 5",
      "NR_CEP": "sample string 6",
      "NR_LOGRADOURO": "sample string 7",
      "SG_ESTADO": "sample string 8",
      "ERRO": {
        "CODIGO": 1,
        "MENSAGEM": "sample string 2"
      }
    },
    "NM_RAZAO_SOCIAL": "sample string 5",
    "NR_CNPJ": "sample string 6",
    "ERRO": {
      "CODIGO": 1,
      "MENSAGEM": "sample string 2"
    }
  },
  "CNAE_SECUNDARIO": [
    {
      "CD_CNAE_SECUNDARIO": "sample string 1",
      "DS_CNAE_SECUNDARIO": "sample string 2",
      "ERRO": {
        "CODIGO": 1,
        "MENSAGEM": "sample string 2"
      }
    },
    {
      "CD_CNAE_SECUNDARIO": "sample string 1",
      "DS_CNAE_SECUNDARIO": "sample string 2",
      "ERRO": {
        "CODIGO": 1,
        "MENSAGEM": "sample string 2"
      }
    }
  ],
  "DS_CNAE": "sample string 3",
  "DS_EMAIL": "sample string 4",
  "DS_ENTE_FEDERATIVO_RESPONSAVEL": "sample string 5",
  "DS_MATRIZ_FILIAL": "sample string 6",
  "DS_MENSAGEM": "sample string 7",
  "DS_MOTIVO_SITUACAO": "sample string 8",
  "DS_NATUREZA_JURIDICA": "sample string 9",
  "DS_PORTE": "sample string 10",
  "DS_SITUACAO": "sample string 11",
  "DT_CONSULTA": "sample string 12",
  "DT_FUNDACAO": "sample string 13",
  "DT_SITUACAO": "sample string 14",
  "ENDERECO": {
    "DS_COMPLEMENTO": "sample string 1",
    "ENDERECO_COMPLETO": "sample string 2",
    "NM_BAIRRO": "sample string 3",
    "NM_CIDADE": "sample string 4",
    "NM_LOGRADOURO": "sample string 5",
    "NR_CEP": "sample string 6",
    "NR_LOGRADOURO": "sample string 7",
    "SG_ESTADO": "sample string 8",
    "ERRO": {
      "CODIGO": 1,
      "MENSAGEM": "sample string 2"
    }
  },
  "HR_CONSULTA": "sample string 15",
  "NM_FANTASIA": "sample string 16",
  "NM_ORGAO": "sample string 17",
  "NM_RAZAO_SOCIAL": "sample string 18",
  "NR_CERTIDAO": "sample string 19",
  "NR_CNPJ": "sample string 20",
  "NR_COMPROVANTE": "sample string 21",
  "NR_DDD": "sample string 22",
  "NR_ORGAO": "sample string 23",
  "NR_TELEFONE": "sample string 24",
  "OUTROS_TELEFONES": [
    {
      "NR_DDD": "sample string 1",
      "NR_TELEFONE": "sample string 2",
      "ERRO": {
        "CODIGO": 1,
        "MENSAGEM": "sample string 2"
      }
    },
    {
      "NR_DDD": "sample string 1",
      "NR_TELEFONE": "sample string 2",
      "ERRO": {
        "CODIGO": 1,
        "MENSAGEM": "sample string 2"
      }
    }
  ],
  "VL_CAPITAL_SOCIAL": "sample string 25",
  "ERRO": {
    "CODIGO": 1,
    "MENSAGEM": "sample string 2"
  },
  "SOCIOS": [
    {
      "NM_COMPLETO": "sample string 1",
      "ERRO": {
        "CODIGO": 1,
        "MENSAGEM": "sample string 2"
      },
      "DS_QUALIFICACAO": "sample string 2",
      "NM_REPRESENTANTE_LEGAL": "sample string 3",
      "NR_CAPITAL_SOCIAL": "sample string 4",
      "DS_QUALIFICACAO_REPRESENTANTE_LEGAL": "sample string 5",
      "DS_PAIS_ORIGEM": "sample string 6"
    },
    {
      "NM_COMPLETO": "sample string 1",
      "ERRO": {
        "CODIGO": 1,
        "MENSAGEM": "sample string 2"
      },
      "DS_QUALIFICACAO": "sample string 2",
      "NM_REPRESENTANTE_LEGAL": "sample string 3",
      "NR_CAPITAL_SOCIAL": "sample string 4",
      "DS_QUALIFICACAO_REPRESENTANTE_LEGAL": "sample string 5",
      "DS_PAIS_ORIGEM": "sample string 6"
    }
  ]
}

application/xml, text/xml

Sample:
<SRFPessoaJuridica xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="API.ZipOnline">
  <ERRO>
    <CODIGO>1</CODIGO>
    <MENSAGEM>sample string 2</MENSAGEM>
  </ERRO>
  <CD_CNAE>sample string 1</CD_CNAE>
  <CD_NATUREZA_JURIDICA>sample string 2</CD_NATUREZA_JURIDICA>
  <CERTIDAO_BAIXA>
    <ERRO>
      <CODIGO>1</CODIGO>
      <MENSAGEM>sample string 2</MENSAGEM>
    </ERRO>
    <DS_MOTIVO_SITUACAO>sample string 1</DS_MOTIVO_SITUACAO>
    <DS_TELEFONE>sample string 2</DS_TELEFONE>
    <DS_UNIDADE_CADASTRADORA>sample string 3</DS_UNIDADE_CADASTRADORA>
    <DT_BAIXA>sample string 4</DT_BAIXA>
    <ENDERECO>
      <ERRO>
        <CODIGO>1</CODIGO>
        <MENSAGEM>sample string 2</MENSAGEM>
      </ERRO>
      <DS_COMPLEMENTO>sample string 1</DS_COMPLEMENTO>
      <ENDERECO_COMPLETO>sample string 2</ENDERECO_COMPLETO>
      <NM_BAIRRO>sample string 3</NM_BAIRRO>
      <NM_CIDADE>sample string 4</NM_CIDADE>
      <NM_LOGRADOURO>sample string 5</NM_LOGRADOURO>
      <NR_CEP>sample string 6</NR_CEP>
      <NR_LOGRADOURO>sample string 7</NR_LOGRADOURO>
      <SG_ESTADO>sample string 8</SG_ESTADO>
    </ENDERECO>
    <NM_RAZAO_SOCIAL>sample string 5</NM_RAZAO_SOCIAL>
    <NR_CNPJ>sample string 6</NR_CNPJ>
  </CERTIDAO_BAIXA>
  <CNAE_SECUNDARIO>
    <CnaeSecundario>
      <ERRO>
        <CODIGO>1</CODIGO>
        <MENSAGEM>sample string 2</MENSAGEM>
      </ERRO>
      <CD_CNAE_SECUNDARIO>sample string 1</CD_CNAE_SECUNDARIO>
      <DS_CNAE_SECUNDARIO>sample string 2</DS_CNAE_SECUNDARIO>
    </CnaeSecundario>
    <CnaeSecundario>
      <ERRO>
        <CODIGO>1</CODIGO>
        <MENSAGEM>sample string 2</MENSAGEM>
      </ERRO>
      <CD_CNAE_SECUNDARIO>sample string 1</CD_CNAE_SECUNDARIO>
      <DS_CNAE_SECUNDARIO>sample string 2</DS_CNAE_SECUNDARIO>
    </CnaeSecundario>
  </CNAE_SECUNDARIO>
  <DS_CNAE>sample string 3</DS_CNAE>
  <DS_EMAIL>sample string 4</DS_EMAIL>
  <DS_ENTE_FEDERATIVO_RESPONSAVEL>sample string 5</DS_ENTE_FEDERATIVO_RESPONSAVEL>
  <DS_MATRIZ_FILIAL>sample string 6</DS_MATRIZ_FILIAL>
  <DS_MENSAGEM>sample string 7</DS_MENSAGEM>
  <DS_MOTIVO_SITUACAO>sample string 8</DS_MOTIVO_SITUACAO>
  <DS_NATUREZA_JURIDICA>sample string 9</DS_NATUREZA_JURIDICA>
  <DS_PORTE>sample string 10</DS_PORTE>
  <DS_SITUACAO>sample string 11</DS_SITUACAO>
  <DT_CONSULTA>sample string 12</DT_CONSULTA>
  <DT_FUNDACAO>sample string 13</DT_FUNDACAO>
  <DT_SITUACAO>sample string 14</DT_SITUACAO>
  <ENDERECO>
    <ERRO>
      <CODIGO>1</CODIGO>
      <MENSAGEM>sample string 2</MENSAGEM>
    </ERRO>
    <DS_COMPLEMENTO>sample string 1</DS_COMPLEMENTO>
    <ENDERECO_COMPLETO>sample string 2</ENDERECO_COMPLETO>
    <NM_BAIRRO>sample string 3</NM_BAIRRO>
    <NM_CIDADE>sample string 4</NM_CIDADE>
    <NM_LOGRADOURO>sample string 5</NM_LOGRADOURO>
    <NR_CEP>sample string 6</NR_CEP>
    <NR_LOGRADOURO>sample string 7</NR_LOGRADOURO>
    <SG_ESTADO>sample string 8</SG_ESTADO>
  </ENDERECO>
  <HR_CONSULTA>sample string 15</HR_CONSULTA>
  <NM_FANTASIA>sample string 16</NM_FANTASIA>
  <NM_ORGAO>sample string 17</NM_ORGAO>
  <NM_RAZAO_SOCIAL>sample string 18</NM_RAZAO_SOCIAL>
  <NR_CERTIDAO>sample string 19</NR_CERTIDAO>
  <NR_CNPJ>sample string 20</NR_CNPJ>
  <NR_COMPROVANTE>sample string 21</NR_COMPROVANTE>
  <NR_DDD>sample string 22</NR_DDD>
  <NR_ORGAO>sample string 23</NR_ORGAO>
  <NR_TELEFONE>sample string 24</NR_TELEFONE>
  <OUTROS_TELEFONES>
    <Telefone>
      <ERRO>
        <CODIGO>1</CODIGO>
        <MENSAGEM>sample string 2</MENSAGEM>
      </ERRO>
      <NR_DDD>sample string 1</NR_DDD>
      <NR_TELEFONE>sample string 2</NR_TELEFONE>
    </Telefone>
    <Telefone>
      <ERRO>
        <CODIGO>1</CODIGO>
        <MENSAGEM>sample string 2</MENSAGEM>
      </ERRO>
      <NR_DDD>sample string 1</NR_DDD>
      <NR_TELEFONE>sample string 2</NR_TELEFONE>
    </Telefone>
  </OUTROS_TELEFONES>
  <VL_CAPITAL_SOCIAL>sample string 25</VL_CAPITAL_SOCIAL>
  <SOCIOS>
    <SOCIO>
      <ERRO>
        <CODIGO>1</CODIGO>
        <MENSAGEM>sample string 2</MENSAGEM>
      </ERRO>
      <NM_COMPLETO>sample string 1</NM_COMPLETO>
      <DS_QUALIFICACAO>sample string 2</DS_QUALIFICACAO>
      <NM_REPRESENTANTE_LEGAL>sample string 3</NM_REPRESENTANTE_LEGAL>
      <NR_CAPITAL_SOCIAL>sample string 4</NR_CAPITAL_SOCIAL>
      <DS_QUALIFICACAO_REPRESENTANTE_LEGAL>sample string 5</DS_QUALIFICACAO_REPRESENTANTE_LEGAL>
      <DS_PAIS_ORIGEM>sample string 6</DS_PAIS_ORIGEM>
    </SOCIO>
    <SOCIO>
      <ERRO>
        <CODIGO>1</CODIGO>
        <MENSAGEM>sample string 2</MENSAGEM>
      </ERRO>
      <NM_COMPLETO>sample string 1</NM_COMPLETO>
      <DS_QUALIFICACAO>sample string 2</DS_QUALIFICACAO>
      <NM_REPRESENTANTE_LEGAL>sample string 3</NM_REPRESENTANTE_LEGAL>
      <NR_CAPITAL_SOCIAL>sample string 4</NR_CAPITAL_SOCIAL>
      <DS_QUALIFICACAO_REPRESENTANTE_LEGAL>sample string 5</DS_QUALIFICACAO_REPRESENTANTE_LEGAL>
      <DS_PAIS_ORIGEM>sample string 6</DS_PAIS_ORIGEM>
    </SOCIO>
  </SOCIOS>
</SRFPessoaJuridica>