Prerequisite:
The country field must be filled in by the end user.
Our Address Solution can be implemented in different modes:
SINGLE Mode
Provides results based on the address fields:
- /SINGLEV2/: Returns a list of suggestions including address, postal code, city, and region.
- /COMPLV2/: Returns a list of buildings or apartments based on a previously selected address (depending on the country).
FUNNEL Mode
Allows you to retrieve a complete address by filling in fields step-by-step:
- /CP/: Returns a list of postal codes or cities.
- /ADR/: Returns a list of addresses based on the selected postal code or city.
- /COMPL/: Returns a list of buildings or apartments based on a previously selected address (depending on the country).
RNVP Mode
Provides validation for a completed address:
- /RNVP/: Validates the address and suggests a corrected version if the input is invalid.
Related to