Compressed form
Get Infosr request :
https://{SERVER_ADDRESS}/{VERSION}/infosr/
The value {SERVER_ADDRESS} is the address of the DQE server that will process the data.
The value {VERSION} is the version of the API that will be used
Simply add the parameters below in the Body to «x-www-form-urlencoded» :
| Parameter | Value of the parameter | Value description | Mandatory/Optional |
| Licence | {LICENCE_CODE} | Number assigned to you as your license code | Mandatory |
| SEARCH_REF | {SEARCHREF} | SEARCHREF | Mandatory |
| Country | {COUNTRY_CODE} | ISO country code (3 letters) | Mandatory |
| extension | {EXTENSION} | If equals to "all", the json is the full version | Optional Default Value : 1 |
Extended form
Get Infocnum request :
https://{SERVER_ADDRESS}/{VERSION}/infocnum/{CompanyNumber}/
The value {SERVER_ADDRESS} is the address of the DQE server that will process the data.
The value {VERSION} is the version of the API that will be used
Simply add the parameters below in the Body to «x-www-form-urlencoded» :
| Parameter | Value of the parameter | Value description | Mandatory/Optional |
| Licence | {LICENCE_CODE} | Number assigned to you as your license code | Mandatory |
| CompanyNumber | {INPUT} | Company number | Mandatory |
| Country | {COUNTRY_CODE} | ISO country code (3 letters) | Mandatory |
Related to