cURL
curl --request POST \ --url https://api.example.com/api/Contacts/{masterId}/Merge \ --header 'Content-Type: application/json' \ --data '[ 123 ]'
Merge contact records taking the master record as the priority.
OK
Was this page helpful?