For the complete documentation index, see llms.txt. This page is also available as Markdown.

Address Lookup Using CUSTOM SoT

This section shows how the HRA address lookup process utilises the CUSTOM SoT to return consolidated address records.

Sample Request and Response

Request: similar-addresses
{
  "option": {
    "source": "CUSTOM",
    "sourceNames": ["TUI"] 

},
  "payload": {
    "fullAddress": "10 Papatoetoe"
  }
}
Response: similar-addresses

Last updated