-3
I am setting up a customer registration via Web and would like to know if it is possible to fill in, automatically, the address data by filling in the CNPJ field?
-3
I am setting up a customer registration via Web and would like to know if it is possible to fill in, automatically, the address data by filling in the CNPJ field?
3
You can try searching the CNPJ on website of the IRS.
0
I don’t know any framework that can bring this "tray" information to you, I don’t think it exists.
A database service will be required, in which there will be at least the fields cnpj (Primary key), address, zip code, etc.
For development, you can use mysql with xampp or wampServer. =)
0
There are some companies that provide like this:
http://www.soawebservices.com.br/departamentos/cdc/default.aspx
But a charge is made per query.
Browser other questions tagged javascript
You are not signed in. Login or sign up in order to post.
There is the receitaws, that brings the data in JSON, for example the CNPJ of Petrobras
– Marco Giovanni
Thanks. That’s what I need !
– Eduardo Krakhecke