Address of the DQE server that will process the data.
Mandatory
Licence
{LICENCE_CODE}
Licence code assigned to your account.
Mandatory
Address
{ADDRESS}
Street type and street name of the business address to check.
Mandatory
CP
{POSTAL_CODE}
Postal code of the business address to check.
Mandatory
City
{CITY}
City name of the business address to check.
Mandatory
Country
{COUNTRY_CODE}
ISO 3-letter country code.
Mandatory
Dictionary
Y
Enables dictionary-based company search.
Mandatory
Filter
{FILTER}
Company status filter. Several values can be separated by commas.
Optional. Default value: 1.
NbMax
{NB_MAX}
Maximum number of results to return.
Optional. Default value: 10.
Filter values
Value
Description
1
Opened diffusible companies.
2
Closed diffusible companies.
3
Closed old diffusible companies older than 3 years.
4
Non-diffusible companies.
5
RNA records.
POST request
Endpoint
https://{SERVER_ADDRESS}/RECSIRET/
Add the following parameters in the request body using x-www-form-urlencoded.
Company name only
Parameter
Value
Description
Mandatory/Optional
Licence
{LICENCE_CODE}
Licence code assigned to your account.
Mandatory
CompanyName
{COMPANY_NAME}
Company name or part of the company name.
Mandatory
Country
{COUNTRY_CODE}
ISO 3-letter country code.
Mandatory
Dictionary
Y
Enables dictionary-based company search.
Mandatory
Filter
{FILTER}
Company status filter. Several values can be separated by commas.
Optional. Default value: 1.
NbMax
{NB_MAX}
Maximum number of results to return.
Optional. Default value: 10.
Company name and postal code
Parameter
Value
Description
Mandatory/Optional
Licence
{LICENCE_CODE}
Licence code assigned to your account.
Mandatory
ZIP_Code
{POSTAL_CODE}
Postal code or department code.
Mandatory
CompanyName
{COMPANY_NAME}
Company name.
Mandatory
Country
{COUNTRY_CODE}
ISO 3-letter country code.
Mandatory
Dictionary
Y
Enables dictionary-based company search.
Mandatory
Filter
{FILTER}
Company status filter. Several values can be separated by commas.
Optional. Default value: 1.
NbMax
{NB_MAX}
Maximum number of results to return.
Optional. Default value: 10.
Postal address only
Parameter
Value
Description
Mandatory/Optional
Licence
{LICENCE_CODE}
Licence code assigned to your account.
Mandatory
Address
{ADDRESS}
Street type and street name of the business address to check.
Mandatory
CP
{POSTAL_CODE}
Postal code of the business address to check.
Mandatory
City
{CITY}
City name of the business address to check.
Mandatory
Country
{COUNTRY_CODE}
ISO 3-letter country code.
Mandatory
Dictionary
Y
Enables dictionary-based company search.
Mandatory
Filter
{FILTER}
Company status filter. Several values can be separated by commas.
Optional. Default value: 1.
NbMax
{NB_MAX}
Maximum number of results to return.
Optional. Default value: 10.
Filter values
Value
Description
1
Opened diffusible companies.
2
Closed diffusible companies.
3
Closed old diffusible companies older than 3 years.
4
Non-diffusible companies.
5
RNA records.
Response
Success
The JSON response is a dictionary whose keys are DATA1, DATA2, etc. Each value is a dictionary containing the company's data. It contains the key SEARCH_REF which is required to retrieve full company details via SIRETINFO.
Key
Value
France
International
SEARCH_REF
Search reference, to use as input for SIRETINFO.
STRING
STRING
CompanyCName
Complementary name of the company (or trade name).
STRING(50)
STRING(255)
LegalStructureLabel
Legal form of the company (label).
STRING(100)
STRING(100)
IncorporationDate
Date of company installation in the current city.
STRING
STRING
MainCompanyFlag
1: head office; 0: other company office.
STRING(1)
STRING(1)
CompanyStatus
1: company in operation; 0: company no longer in operation.
STRING(1)
STRING(1)
CompanyName
Company name.
STRING(131)
STRING(255)
CompanyAddress2
Company address.
STRING(38)
STRING(50)
CompanyAddress3
Additional address information.
STRING(38)
STRING(50)
CompanyAddress1
May include the second part of the CompanyName if the name is too long.