Header:
https://{SERVER_ADDRESS}/ADR/?IDLocalite={CITY_ID}&Adresse={ADDRESS}&Instance={VALUE}&Pays={COUNTRY_CODE}&Taille={LENGTH}&Version=1.1&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 |
IDLocalite | {CITY_ID} | Unique city id returned by CP command | Mandatory |
Adresse | {ADDRESS} | User input (part of address being entered) | Mandatory |
Pays | {COUNTRY_CODE} | ISO country code (3 letters) | Mandatory |
Taille | {LENGTH} | Character limit for the address. | Optional (if not specified, default is 38) |
Instance | {VALUE} | Allows you to pass a value during the call | Optional |
Version | 1.1 | Allows you to feed the "LieuDit" field for small towns. Without this parameter, the "LieuDit" field is not fed for small towns but fed in the "Localite" field in brackets. | Optional |