Hello Georgy
There are several ways to determine if two organizations are matching. Remember that an organization is a simple entity and two organizations are two simple entities.
1. The following API will return a match explanation
based on rules in entity type configuration for entities provided inside the request body as JSONs or specified as an existing entity URI.
POST {TenantURL}/entities/_verifyMatches
Request Body:
{
"first": {
"uri": "entities/entities1"
},
"second":{
"uri": "entities/entities2"
},
}
For more information, please refer to our external documentation here.
2. The following API will return all matches for a specific entity group by match groups.
GET {TenantURL}/entities/10/_matches
3. The following API will return matches for a specific rule in an entity-type configuration.
POST {TenantURL}/_matches
Request Body:
[{
"type": "configuration/entityTypes/HCP",
"attributes": {
"FirstName": [{
"value": "William"
}],
"MiddleName": [{
"value": "James"
}],
"LastName": [{
"value": "Harley"
}],
"SuffixName": [{
"value": "Mr."
}],
"Degrees": [{
"value": {
"Degree": [{
"value": "Lord"
}]
}
}],
"Address": [{
"value": {
"AddressLine1": [{
"value": "USA, VI, Milwakee, Liberty
plate 1234 " }
], "ZipPostalCode": [{
"value": "123456"
}]
}
}]
}
}]
For more information, please reference this link here.
Support has a number of Knowledge-based articles to help here.
1. How can I troubleshoot possible issues with match vs. potential match?
2. How to troubleshoot if the records not merged based on the Match rule?
Regards
Gloria Faley
------------------------------
Gloria Faley
------------------------------
Original Message:
Sent: 05-03-2021 08:09
From: Georgy CHERNYAVSKIY
Subject: Identifying Duplicates
How can you identify that two organizations, originating from the same ,or different, sources, are matching (are duplicates)? Additionally, can this process be used for identifying if two addresses are the same?
------------------------------
Georgy CHERNYAVSKIY
Customer Data Process Owner, Data & Performance, Governance
Schneider Electric
------------------------------