Confirm CRM Match (POST)
Confirm or override the CRM record match associated with an object in a Relationship
Research insight. Improve object resolution accuracy and make sure objects are linked to the
correct CRM records. This resource persists the user's match confirmation, override, or
rejection and makes the updated match information available in subsequent insight retrievals and
future insight generations.
- Resource
-
1/connect/relationship-research/insights/insightId/entities/entityId/crm-match - Resource example
-
1https://yourInstance.salesforce.com/services/data/v66.0/connect/relationship-research/insights/rra-insight-000456/entities/rra-entity-001/crm-match - Available version
- 67.0
- HTTP methods
- POST
- Request body for POST
-
- JSON example
-
1{ 2 "crmRecordId": "003xx0000000AAA", 3 "crmRecordObject": "Contact", 4 "matchOperation": "CONFIRM", 5 "confidenceScore": 0.95, 6 "additionalInfo": "Verified by the account owner." 7} - Properties
-
- Response body for POST
- Confirm CRM Match