Loqate postcode lookup

Content Type: Module
Categories: Import/Export

Overview

Lookup addresses using Loqates’ Address Capture API. This simple module implements the auto-complete API to search for addresses, and will cache retrieve results for a set amount of days.

Documentation

Demo url

Description

Lookup addresses using Loqates’ address capture API (API Documentation here). This simple module implements the find and retrieve API to search for addresses, and caches the search results for a set amount of days.

Typical usage scenario

  • Implement address lookup into your Mendix project
  • Simple cache process saves on costing API calls

Features and limitations

  • Cache results
  • Use keyword search to find addresses quickly

Dependencies

  • Mendix modeler version 7.23.29 or higher

Configuration

  • Enter your Loqate service API key into the ‘Public > Constants > API‘ constant

Releases

Version: 2.2.0
Framework Version: 7.23.29
Release Notes: Parameterised the CountryOrigin and IsMiddleware parameters. Now these can be used to give regional bias to the result given to the user from the API call.
Version: 2.1.1
Framework Version: 7.23.19
Release Notes: Fixed issue with duplicated ids in response from Loqate
Version: 2.1.0
Framework Version: 7.23.19
Release Notes: - Parameterised microflows (No longer forced to use country parameter) - Refactored microflows - Removed old code
Version: 2.0.0
Framework Version: 7.23.19
Release Notes: - Updated the API to 'Address Capture'
Version: 1.0.0
Framework Version: 7.23.7
Release Notes: First release