Register data
Basic Data (PJ1)
Information contained in the company's CNPJ Card with the IRS.
Section: pjData
Required parameter: cnpj
Optional parameter: qsa
The qsa
parameter is necessary for the qsa_consistent
rule but is not required for the other rules.
statusCode
String
data
Object
Return data
data.registrationNumber
String
Record number
data.openingDate
String
Opening date
data.officialName
String
Official name
data.fantasyName
String
Trading name
data.companySize
String
Company size
data.mainActivity
String
Main business activity
data.secondaryActivities
Array
List of secondary activities
data.secondaryActivities[x].code
String
Activity code
data.secondaryActivities[x].description
String
Activity description
data.legalNature
String
Nature
data.isMei
Boolean
Indicative if the CNPJ is MEI
data.address
Object
Address
data.address.street
String
Street
data.address.number
String
Number
data.address.complement
String
Complement
data.address.zipCode
String
ZIP CODE
data.address.neighborhood
String
Neighborhood
data.address.city
String
City
data.address.state
String
State
data.companyEmail
String
data.phoneNumber
String
Telephone
data.jointStock
String
Capital stock
data.status
String
Company Activity Status
data.statusOrigin
String
Origin of Company Activity Inquiry
data.statusDate
Date
Date of company activity inquiry
data.QSA
Array
List of partners
data.QSA[x].name
String
Name
data.QSA[x].cpf
String
cpf
data.QSA[x].function
String
Activity/function
data.QSA[x].functionCode
String
Activity/function code
data.QSA[x].isLegalRepresentative
Boolean
Legal representative indication
data.QSA[x].personType
String
Type of person in the company
data.QSA[x].cnpj
String
CNPJ of the company
Simples Nacional Data (PJ40)
Query whether the company is included in Simples. Important: Company data is updated monthly, but the update process is gradual and may take a few days to complete. This means that the data will not be updated all at once, but rather gradually throughout the month.
Section: pjSimples
Required parameter: cnpj
statusCode
String
data
Object
Return data
data.officialName
String
Official name
data.cnpj
String
CNPJ of the company
data.taxRegime
String
Company's tax regime
data.simples
Boolean
Belongs to the simple (true/false)
Sintegra Data (PJ61)
Consults information about a legal entity in the Centralized Taxpayer Register by CNPJ and UF, returning all the state inscriptions found.
Section: pjSintegraData
Required parameters: cnpj, uf
statusCode
String
data
Object
Return data
data.message
String
Description with query status
data.cnpj
String
CNPJ of the company
data.uf
String
State of the company
data.officialName
String
Official name
data.fantasyName
String
Trading name
data.stateRegistrationList
Array
List of State Registrations by CNPJ
data.stateRegistrationList[x].cnpjStatus
String
CNPJ status
data.stateRegistrationList[x].stateRegistration
String
State Registration (IE)
data.stateRegistrationList[x].stateRegistrationStatus
String
State Registration status
data.stateRegistrationList[x].stateRegistrationStatusDate
String
Status date in UF
data.stateRegistrationList[x].stateRegistrationType
String
Type of State Registration
data.stateRegistrationList[x].stateRegistrationConsignee
String
IE information as a Receiver
data.stateRegistrationList[x].initialDateActivity
String
Date of the beginning of activity
data.stateRegistrationList[x].finalDateActivity
String
Activity end date
data.stateRegistrationList[x].taxRegime
String
Tax system
data.stateRegistrationList[x].companySize
String
Company Size
data.stateRegistrationList[x].mainActivityCnae
String
Main CNAE
data.stateRegistrationList[x].historic
Array
History
data.stateRegistrationList[x].historic[x].nsuNumber
String
Unique Sequential Number (NSU) Movto.
data.stateRegistrationList[x].historic[x].uf
String
UF
data.stateRegistrationList[x].historic[x].cnpj
String
CNPJ of the company
data.stateRegistrationList[x].historic[x].cnpjStatus
String
CNPJ Situation
data.stateRegistrationList[x].historic[x].stateRegistration
String
State Registration (IE)
data.stateRegistrationList[x].historic[x].stateRegistrationStatus
String
State Registration status
data.stateRegistrationList[x].historic[x].taxRegime
String
Tax Regime
data.stateRegistrationList[x].historic[x].situationDate
String
Situation date
data.stateRegistrationList[x].historic[x].updateDate
String
Date of update
data.stateRegistrationList[x].historic[x].reason
String
Reason for update
data.stateRegistrationList[x].address
Object
Address
data.stateRegistrationList[x].address.street
String
Street
data.stateRegistrationList[x].address.number
String
Number
data.stateRegistrationList[x].address.complement
String
Complemento
data.stateRegistrationList[x].address.neighborhood
String
Neighborhood
data.stateRegistrationList[x].address.city
String
City
data.stateRegistrationList[x].address.state
String
State
data.stateRegistrationList[x].address.zipCode
String
ZIP CODE
Last updated
Was this helpful?