LeadCRMMergeResultItem
The outcome for a single CRM ID from the request.
crm_idCrm Idrequired
The CRM ID from the request that this result describes.
outcomeLeadCRMMergeOutcomerequired
What happened to the matching lead.
Possible values: [merged, promoted, already_merged, unknown]
lead_id object
ID of the matching lead, or null when no lead matched the CRM ID.
- integer
- null
integer
LeadCRMMergeResultItem
{
"crm_id": "string",
"outcome": "merged",
"lead_id": 0
}