Request parameters for finding potential duplicate records. Supports various matching strategies including list-based and document-based comparisons. Can use either a pre-defined list or entity document for duplicate detection.

Constructors

Properties

EntityDocumentID?: string

The ID of the entity document to use

EntityID: string

The ID of the entity the record belongs to

ListID: string

The ID of the List entity to use

Options?: any

Additional options to pass to the provider

ProbabilityScore?: number

The minimum score in order to consider a record a potential duplicate

RecordIDs: CompositeKey[]

The Primary Key values of each record we're checking for duplicates