Header :
https://{SERVER_ADDRESS}/COMPLV2/?IDVoie={STREET_ID}&IDNum={NUM}&Taille={LENGTH}&Pays={COUNTRY_CODE}&Filter={FILTER}&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 |
IDVoie | {STREET_ID} | Unique street id (returned by SINGLEV2 command) | Mandatory |
IDNum | {NUM} | Number in the street | Mandatory |
Pays | {COUNTRY_CODE} | ISO country code (3 letters) | Mandatory |
Taille | {LENGTH} | Character limit for address. | Optional (if not specified, default is 38) |
Filter | {FILTER} | For the United States: allows to filter the complements received in the answer (ex: apt) | Optional |