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