API Docs / Operations / Contacts / Merge Contacts

Merge Contacts

POST /tenants/{tenant}/contacts/{code}/merge

Merges a duplicate contact into the specified surviving contact: client links, document references and portal access are moved to the survivor, chosen field values are applied, and the duplicate contact is permanently deleted. Cannot be undone.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string

Request Body*

{
  "duplicateCode": "string",
  "fieldsFromDuplicate": [
    "Name"
  ]
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found