Related Documentation:
Our Doc Links can change over time, so please search for the Documentation based on the tiles shared below. Thank you.
Question
How do I re-cleanse address data for a tenant when that seems necessary?
Answer
Points to Remember
- Only re-cleanse an address if the pre-cleaning (pre-cleansing) version of the address has changed.
- Only re-cleanse an address if the address hasn't been cleansed since the last update from the Address cleaning provider, or for a previously specified time period.
- We need to ROLE_TENANT_ADMIN to run the below API
- Run the below API and use the required parameters
POST {ApplicationURL}/api/{tenantId}/cleanseParameters:
entityType
skipEntitiesCount
0
updatedSince
distributed
false
taskPartsCount
Recommended value
Default value:
2
For example:
POST https://test.reltio.com/reltio/api/3egSC7gDLgiQFlr/cleanse?options=distributed=true&taskPartsCount=4
Note: Loqate is providing releases several times in a year. A schedule can be found: https://support.loqate.com/release-information/
You can check with the Support team the latest version in use.
Comments
Please sign in to leave a comment.