curl --location --request POST 'https://dev.your-api-server.com/party-dedupe' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "189701551",
"owningEntityType": "PARTY_ID",
"owningEntityId": "189001551",
"partyEventCode": "RE_KYC_UPDATE",
"partyType": "INDIVIDUAL",
"dedupeAttribute": {
"partyType": "INDIVIDUAL",
"externalReferences": [
{
"id": "811_00_9786_78y647q36",
"dirty": null,
"deleted": true,
"externalSystem": "MiRevenue",
"externalId": "9511115e-af51-43fb-9027-700cfabdffe2",
"internalReferenceId": "811_00_9786_78y647q36"
}
],
"phoneNumberDetails": [
"9916134589"
],
"emailDetails": [
"balu.singh@abc.com"
],
"fullName": "Yuvraj Singh",
"dateOfBirth": "01-11-1987",
"identifications": [
{
"id": "096a4789-c624-4a2d-8afa-7a53ac433c13",
"dirty": true,
"deleted": true,
"type": "AADHAAR",
"value": "690134516213"
}
]
},
"onlyConfirmedMatches": true,
"url": "{{API gateway IP address}}/party-onboarding/party-onboarding/{{dedupe result ID}}/update-dedupe-status"
}'