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
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