Consulta_CNPJ 1.0.0
See the version list below for details.
Requires NuGet 1.0.0 or higher.
dotnet add package Consulta_CNPJ --version 1.0.0
NuGet\Install-Package Consulta_CNPJ -Version 1.0.0
<PackageReference Include="Consulta_CNPJ" Version="1.0.0" />
paket add Consulta_CNPJ --version 1.0.0
#r "nuget: Consulta_CNPJ, 1.0.0"
// Install Consulta_CNPJ as a Cake Addin #addin nuget:?package=Consulta_CNPJ&version=1.0.0 // Install Consulta_CNPJ as a Cake Tool #tool nuget:?package=Consulta_CNPJ&version=1.0.0
A DLL consulta o site http://www.receita.fazenda.gov.br/pessoajuridica/cnpj/cnpjreva/cnpjreva_solicitacao2.asp
Já está disponivel para ser utilizado no Delphi.
Exemplo de como utilizar
Primeiro temos que instanciar a DLL
DLL_CLASS_CNPJ.CNPJ cnpj = new DLL_CLASS_CNPJ.CNPJ();
Executar a consulta no passando o CNPJ como parametro. O segundo parametro no momento não é utilizado.
cnpj.mForm("99999999999999", "");
Após efetuado a consulta pode utilizar os metodos abaixo para retornar os valores.
DLL_CLASS_CNPJ.InfoCNPJ.AtividadeEconomicaPrimaria
DLL_CLASS_CNPJ.InfoCNPJ.AtividadeEconomicaSecundaria
DLL_CLASS_CNPJ.InfoCNPJ.DataSituacaoCadastral
DLL_CLASS_CNPJ.InfoCNPJ.EnderecoBairro
DLL_CLASS_CNPJ.InfoCNPJ.EnderecoCEP
DLL_CLASS_CNPJ.InfoCNPJ.EnderecoCidade
DLL_CLASS_CNPJ.InfoCNPJ.EnderecoComplemento
DLL_CLASS_CNPJ.InfoCNPJ.EnderecoEstado
DLL_CLASS_CNPJ.InfoCNPJ.EnderecoLogradouro
DLL_CLASS_CNPJ.InfoCNPJ.EnderecoNumero
DLL_CLASS_CNPJ.InfoCNPJ.MatrizFilial
DLL_CLASS_CNPJ.InfoCNPJ.MotivoSituacaoCadastral
DLL_CLASS_CNPJ.InfoCNPJ.NaturezaJuridica
DLL_CLASS_CNPJ.InfoCNPJ.NomeFantasia
DLL_CLASS_CNPJ.InfoCNPJ.NumeroDaInscricao
DLL_CLASS_CNPJ.InfoCNPJ.RazaoSocial
DLL_CLASS_CNPJ.InfoCNPJ.SituacaoCadastral
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.