CompanyName or CompanyNumber Only
Get Lookupcname request :
https://{SERVER_ADDRESS}/{VERSION}/lookupcname/?CompanyName={INPUT}&Country={COUNTRY_CODE}&Licence={LICENCE_CODE}&Filter={FITLER}
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 |
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
Get Checkcname request :
https://{SERVER_ADDRESS}/{VERSION}/checkanme/?CompanyName={INPUT}&Country={COUNTRY_CODE}&PostalCode={POSTALCODE}&Licence={LICENCE_CODE}&Filter={FITLER}
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 |
| 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
Get Lookupcadr request :
https://{SERVER_ADDRESS}/{VERSION}/checkname/?Address={ADDRESS}&PostalCode={POSTAL_CODE}&City={CITY}&Country={COUNTRY_CODE}&Licence={LICENCE_CODE}&Filter={FITLER}
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 |
| 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