Confirm CRM Match
Output representation of the updated CRM match and resolution information for the
specified object after the match confirmation, override, or rejection is processed. The response
includes the object's current resolution status, CRM match details, and links for retrieving the
updated relationship insight.
- JSON example
-
1{ 2 "entity": { 3 "entityId": "rra-entity-001", 4 "resolutionStatus": "CONFIRMED", 5 "confidenceScore": 0.95, 6 "additionalInfo": "Verified by the account owner.", 7 "crmMatch": { 8 "crmRecordId": "003xx0000000AAA", 9 "crmRecordObject": "Contact", 10 "matchSource": "USER_CONFIRMED" 11 } 12 }, 13 "links": { 14 "self": "/services/data/v67.0/connect/relationship-research/insights/rra-insight-000456/entities/rra-entity-001/crm-match", 15 "insight": "/services/data/v67.0/connect/relationship-research/insights/rra-insight-000456" 16 } 17}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| entity | CRM Match Entity[] | Information about the object's updated resolution state after the match confirmation, override, or rejection is processed. Includes the current resolution status, confidence score, and CRM match details. | Big, 67.0 | 67.0 |
| links | CRM Match Links[] | Links related to the CRM match resource, including a self link and a link to retrieve the updated relationship insight. | Big, 67.0 | 67.0 |