Mark Entities as Not-A-Match
Provides information about how to identify a match pair as Not-A-Match.
This API marks two entities as Not-A-Match to ensure that they do not participate in matching even though they will match based on the match rules configured.
Request
POST {TenantURL}/{entityURI1}/_notMatch?uri='{entityURI2}'| Parameter | Required | Details | |
|---|---|---|---|
| Headers | Authorization | Yes | Information about authentication access token in format
                                Bearer <accessToken>. For more information, see
                                Authentication API). | 
| Query | uri | The URI of the entity to be marked as not match with the entity specified in the URL. | |
Response
Returns Success if the operation is completed without any errors.
Example Request
POST {TenantURL}/entities/12345/_notMatch?uri=entities/456789 Headers: Authorization:
Bearer 204938ca-2cf7-44b0-b11a-1b4c59984512, Content-Type: application/json