Compressed form
Get Infosr request :
https://{SERVER_ADDRESS}/{VERSION}/infosr/?SEARCH_REF={SEARCHREF}&Country={COUNTRY_CODE}&Licence={LICENCE_CODE}&extension={EXTENSION}
Simply replace the items in braces with your information :
| Parameter | Value of the parameter | Value description | Mandatory/Optional |
| Server address | {SERVER_ADDRESS} | Address of the DQE server that will process the data | Mandatory |
| Version | {VERSION} | Version of the API Example : v1 | Mandatory |
| 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={INPUT}/?&Country={COUNTRY_CODE}&Licence={LICENCE_CODE}
Simply replace the items in braces with your information :
| Parameter | Value of the parameter | Value description | Mandatory/Optional |
| Server address | {SERVER_ADDRESS} | Address of the DQE server that will process the data | Mandatory |
| Version | {VERSION} | Version of the API Example : v1 | Mandatory |
| 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