CompanyName or CompanyNumber Only
Post Lookupcname request :
https://{SERVER_ADDRESS}/{VERSION}/lookupcname/
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 |
CompanyName or CompanyNumber | {INPUT} | User input | Mandatory |
| Country | {COUNTRY_CODE} | ISO country code (3 letters) | Mandatory |
| Filter | {FILTER} | Choose the value that you want, if several values, separete them by a comma (,) - 1 - OPENED DIFFUSIBLE Example : Filter=1,2 | Optional Default Value : 1 |
Company Name and Postal Code
Post Checkcname request :
https://{SERVER_ADDRESS}/{VERSION}/checkname/
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 |
| CompanyName | {INPUT} | User input | Mandatory |
| PostalCode | {POSTALCODE} | Postal code | Mandatory |
| Country | {COUNTRY_CODE} | ISO country code (3 letters) | Mandatory |
| Filter | {FILTER} | Choose the value that you want, if several values, separete them by a comma (,) - 1 - OPENED DIFFUSIBLE Example : Filter=1,2 | Optional Default Value : 1 |
Postal Address only
Post Lookupcadr request :
https://{SERVER_ADDRESS}/{VERSION}/checkname/
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 |
| Address | {ADDRESS} | User input | Mandatory |
| PostalCode | {POSTALCODE} | Postal code | Mandatory |
| City | {CITY} | City | Mandatory |
| Country | {COUNTRY_CODE} | ISO country code (3 letters) | Mandatory |
| Filter | {FILTER} | Choose the value that you want, if several values, separete them by a comma (,) - 1 - OPENED DIFFUSIBLE Example : Filter=1,2 | Optional Default Value : 1 |
Related to