Header:
https://{SERVER_ADDRESS}/SEARCH/?Address={ADDRESS}&PostalCode={POSTAL_CODE}&City={CITY}&LastName={NAME}&FirstName={FIRST_NAME}&Licence={LICENCE_CODE}
Simply replace the items in braces with your information:
Parameter | Expected value type | Value description |
Mandatory/ Optional |
Server address | {SERVER_ADDRESS} | Address of the DQE server that will process the data | Mandatory |
Licence | {LICENCE_CODE} | Number assigned to you as your license code | Mandatory |
Address | {ADDRESS} | Street and street number of the address of the person to be verified | Mandatory |
PostalCode | {POSTAL_CODE} | Postal code of the address of the person to be verified | Mandatory |
City | {CITY} | City of the address of the person to be verified | Mandatory |
LastName | {NAME} | Name of the person to be verified | Mandatory |
FirstName | {FIRST_NAME} | First name of the person to be verified | Mandatory |
Version | 2 | Allows you to be returned whether your licence is active or not | Optional |