Use this endpoint to validate and correct a completed postal address after entry, in addition to or instead of address autocomplete.
Note: RNVP calls can also be used for international addresses, but they require a specific licence with separate pricing. Contact your account manager for more information.
Related Address documentation:
Check Address GET request
Endpoint
https://{SERVER_ADDRESS}/RNVP/?Adresse={INPUT}&Instance={VALUE}&Taille={LENGTH}&Pays={COUNTRY_CODE}&Proposition={PROP}&Modification=O&Version={VERSION}&Licence={LICENCE_CODE}&Segmentation={Segmentation}
Replace the values in braces with your own information.
| Parameter | Value | Description | Mandatory/Optional |
|---|---|---|---|
| SERVER_ADDRESS | {SERVER_ADDRESS} |
Address of the DQE server that will process the data. | Mandatory |
| 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 | {PROP} |
France only. Allows multiple correction options instead of one. Value O: the JSON response contains several records numbered from 1 to n. Value S: the JSON response includes the state of the current address and suggestions. |
Optional |
| Modification | O |
Indicates which field of the address has been adjusted by RNVP: additional address, address, dependent locality, zip code, or city. | 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 specific 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