Skip to main content
PUT
Update contact fuzzy-merge settings

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

Body

application/json
candidateLimit
integer
Required range: 1 <= x <= 200
thresholdPercent
number
Required range: 0 <= x <= 100
reviewThresholdPercent
number
Required range: 0 <= x <= 100
threshold
integer

Optional absolute threshold; converted to thresholdPercent against the max possible score.

Required range: x >= 0
reviewThreshold
integer

Optional absolute review threshold; converted to reviewThresholdPercent against the max possible score.

Required range: x >= 0
customFields
object[]
lookupTriggerFields
string[]
instantMergeFields
string[]
conflictResolutionRules
object

Response

Contact fuzzy merge settings updated

success
enum<boolean>
Available options:
true
message
string
data
object
Example: