Use this endpoint to validate and correct a completed postal address after entry, using the POST method.
Related Address documentation:
Check Address POST request
Endpoint
https://{SERVER_ADDRESS}/RNVP/
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 | Description | Mandatory/Optional |
|---|---|---|---|
| Licence | {LICENCE_CODE} |
Licence code assigned to your account. | Mandatory |
| Adresse | {INPUT} |
Character string containing the recomposed address with the pipe character as separator, in the form: additional address|address|dependent locality or state|zip code|city. Pipes are mandatory even when values are empty. |
Mandatory |
| Pays | {COUNTRY_CODE} |
ISO 3-letter country code. | Mandatory |
| Taille | {LENGTH} |
Character limit for the Adresse response field. Works only on Latin addresses. |
Optional. If not specified, default is 38. Recommended minimum value: 32. |
| Instance | {VALUE} |
Allows you to pass a value during the call. | Optional |
| Proposition | O |
France only. Allows multiple correction options instead of one. In this case, the JSON response contains several numbered records. | Optional |
| Modification | O |
Indicates which field of the address has been adjusted by RNVP. | Optional |
| Version | {VERSION} |
1.1: indicates the nature of geocoding on the address when subscribed, France only. 2: returns the list of additional address information in a dedicated ListeComplement field. |
Optional |
| Segmentation | {Segmentation} |
Adds Finesis information when the value is O: Sprofil, Sportrait, and Ssegment. |
Optional. If not specified, default is N. |
Related to