Overview
Find & Retrieve address
The Find & Retrieve API enables developers to work with partial address data to locate and retrieve accurate, complete address details. This API consists of two key methods: findAddress
and retrieveAddress
. The findAddress
method identifies possible matches based on partial input, while the retrieveAddress
method retrieves detailed address information for a specific container from findAddress
.
Key Points
- Use the
findAddress
method to suggest potential address matches based on partial inputs like street, postal code, and country. - Use the
retrieveAddress
method to retrieve detailed address information for a selected container returned byfindAddress
. - Results from these methods, including suggestions or complete addresses, can be processed to improve data accuracy and completeness in Salesforce.
Updated 17 days ago