POST compl request :
https://{SERVER_ADDRESS}/{VERSION}/compl/
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 |
| StreetId | {STREETID} | Street id of the selected address from single | Mandatory |
| StreetNumber | {STREETNUMBER} | Street number of the selected address from single (can be empty) | Mandatory |
| Country | {COUNTRY_CODE} | ISO country code (3 letters) | Mandatory |
| Length | {LENGTH} | Character limit for address. | Optional (if not specified, default is 38) Advice minimum value : 32 |
| Search | {SEARCH} | For the United States: allows to filter the complements received in the answer (ex: apt) | Optional (if not specified, default is 20) |
Related to