Skip to main content
POST
/
api
/
Clients
/
{masterId}
/
Merge
Merge client records.
curl --request POST \
  --url https://api.example.com/api/Clients/{masterId}/Merge \
  --header 'Content-Type: application/json' \
  --data '[
  123
]'

Path Parameters

masterId
integer<int32>
required

Body

application/json

Response

200

OK