API - Description - B2B - RECSIRET - Response

Support DQE
Support DQE
  • Updated

RECSIRET response

Request success

The JSON response is a dictionary whose keys are numbered from 1 to n. Each element contains a company matching the search criteria.

Key Description Type
SiretCompany SIRET number.STRING
SirenCompany SIREN number.STRING
RaisonSocialeCompany legal name.STRING
EnseigneTrade name, when available.STRING
ComplementAdditional address information.STRING
NumeroVoieStreet number.STRING
IndiceRepetitionStreet number repetition index.STRING
TypeVoieStreet type.STRING
LibelleVoieStreet name.STRING
CodePostalPostal code.STRING
VilleCity name.STRING
PaysCountry code.STRING
EtatAdministratifCompany administrative status.STRING
ScoreMatching score for the returned company.STRING

Example:

{
  "1": {
    "Siret": "00000000000000",
    "Siren": "000000000",
    "RaisonSociale": "COMPANY NAME",
    "Enseigne": "",
    "Complement": "",
    "NumeroVoie": "1",
    "IndiceRepetition": "",
    "TypeVoie": "RUE",
    "LibelleVoie": "EXAMPLE",
    "CodePostal": "75000",
    "Ville": "PARIS",
    "Pays": "FRA",
    "EtatAdministratif": "A",
    "Score": "100"
  }
}

Request error

Error type Response type
Missing, empty, or incorrect Licence parameterEmpty response or licence error.
Missing mandatory search parameterEmpty response.
No company foundEmpty response.
Parameter typoEmpty response or missing-parameter behavior.

Related to

Was this article helpful?

0 out of 0 found this helpful