This article describes the POST request for the Address COMPL API. Use this endpoint to submit address complement parameters in the request body and retrieve additional address details after selecting a street from /ADR/.
Related Address documentation:
COMPL POST request
Endpoint
https://{SERVER_ADDRESS}/COMPL/
The value {SERVER_ADDRESS} is the address of the DQE server that will process the data.
Add the parameters below in the request body using x-www-form-urlencoded.
| Parameter | Value of the parameter | Description | Mandatory/Optional |
|---|---|---|---|
| Licence | {LICENCE_CODE} |
Licence code assigned to your account. | Mandatory |
| IDVoie | {STREET_ID} |
Unique street ID returned by the /ADR/ command. |
Mandatory |
| IDNum | {NUM} |
Number in the street. | Mandatory |
| Pays | {COUNTRY_CODE} |
ISO 3-letter country code. | Mandatory |
| Taille | {LENGTH} |
Character limit for the address. Works only on Latin addresses. | Optional. If not specified, default is 38. |
| Instance | {VALUE} |
Allows you to pass a value during the call. | Optional |
Related to