Newer Version Available
CRM Match Object
Output representation for the CRM match operation. Contains the object's updated
resolution status, CRM match information, and related links for retrieving the updated
relationship insight.
- JSON example
-
1{ 2 "entityId": "rra-entity-001", 3 "resolutionStatus": "CONFIRMED", 4 "confidenceScore": 0.95, 5 "additionalInfo": "Verified by the account owner.", 6 "crmMatch": { 7 "crmRecordId": "003xx0000000AAA", 8 "crmRecordObject": "Contact", 9 "matchSource": "USER_CONFIRMED" 10 } 11 }
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| additionalInfo | String | Additional information or notes associated with the match confirmation, override, or rejection. | Big, 67.0 | 67.0 |
| confidenceScore | Double | Confidence score for the match, from 0.0 to 1.0. Higher values indicate greater confidence in the match accuracy. | Big, 67.0 | 67.0 |
| crmMatch | CRM Match Detail[] | Details about the CRM record associated with the object, including the matched record and match source. | Big, 67.0 | 67.0 |
| entityId | String | Unique identifier of the object within the relationship insight. | Big, 67.0 | 67.0 |
| resolutionStatus | String | Current resolution status of the object, such as `CONFIRMED`, `REJECTED`, or another supported status value. | Big, 67.0 | 67.0 |