Initiate synchronous dedupe
POST
/party-dedupe
Dedupe execution
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://dev.your-api-server.com/party-dedupe' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
200 - Example 1
{
"dedupeResultId": "535164202",
"status": "ACTIVE",
"version": 1,
"createdOn": "2024-08-24T14:15:22.123Z",
"createdBy": "system",
"updatedOn": "2024-10-24T14:15:22.123Z",
"updatedBy": "system",
"jsonContent": {
"extensionFields": {},
"searchPolicyType": "CONFIRMED",
"dedupeStatus": "NOT_STARTED",
"matchedParties": [
{
"partyId": "71048919203474",
"matchedPartyCriteria": [
{
"matchedAttributes": {
"partyId": "71048919203474",
"status": "ACTIVE",
"version": 1,
"jsonContent": {
"extensionFields": {},
"partyType": "INDIVIDUAL",
"externalReferences": [
{
"id": "811_00_9786_78y647q36",
"externalSystem": "MiRevenue",
"externalId": "9511115e-af51-43fb-9027-700cfabdffe2",
"internalReferenceId": "811_00_9786_78y647q36"
}
],
"phoneNumberDetails": {
"phoneNumber": "8765435678",
"countryCode": "+91"
},
"alternatePhoneNumberDetails": [
{
"mobileTypes": [
"OFFICIAL"
],
"phoneNumber": "8876578967",
"countryCode": "+91"
}
],
"email": "yuvraj.singh@abc.com",
"alternateEmailDetails": [
{
"emailTypes": [
"PERSONAL"
],
"emailId": "yuvraj@gmail.com"
}
],
"fullName": "Bablu Kumar Singh",
"dateOfBirth": "01-11-1987",
"partyInIndividualCapacity": true,
"roleBasedAttributes": [
{
"internalReferenceId": "3f30390d-1dc4-432b-909e-768fdf52e735",
"phoneNumberDetails": {
"phoneNumber": "8765435678",
"countryCode": "+91"
},
"alternatePhoneNumberDetails": [
{
"mobileTypes": [
"OFFICIAL"
],
"phoneNumber": "8876578967",
"countryCode": "+91"
}
],
"email": "babu.singh@mbc.com",
"alternateEmailDetails": [
{
"emailTypes": [
"PERSONAL"
],
"emailId": "yuvraj@gmail.com"
}
]
}
],
"identifications": [
{
"id": "096a4789-c624-4a2d-8afa-7a53ac433c13",
"type": "AADHAAR",
"value": "690134516213"
}
]
},
"nonStandardData": {
"extensionFields": {},
"partyType": "INDIVIDUAL",
"externalReferences": [
{
"id": "811_00_9786_78y647q36",
"externalSystem": "MiRevenue",
"externalId": "9511115e-af51-43fb-9027-700cfabdffe2",
"internalReferenceId": "811_00_9786_78y647q36"
}
],
"phoneNumberDetails": {
"phoneNumber": "8765435678",
"countryCode": "+91"
},
"alternatePhoneNumberDetails": [
{
"mobileTypes": [
"OFFICIAL"
],
"phoneNumber": "8876578967",
"countryCode": "+91"
}
],
"email": "yuvraj.singh@abc.com",
"alternateEmailDetails": [
{
"emailTypes": [
"PERSONAL"
],
"emailId": "yuvraj@gmail.com"
}
],
"fullName": "Bablu Kumar Singh",
"dateOfBirth": "01-11-1987",
"partyInIndividualCapacity": true,
"roleBasedAttributes": [
{
"internalReferenceId": "3f30390d-1dc4-432b-909e-768fdf52e735",
"phoneNumberDetails": {
"phoneNumber": "8765435678",
"countryCode": "+91"
},
"alternatePhoneNumberDetails": [
{
"mobileTypes": [
"OFFICIAL"
],
"phoneNumber": "8876578967",
"countryCode": "+91"
}
],
"email": "babu.singh@mbc.com",
"alternateEmailDetails": [
{
"emailTypes": [
"PERSONAL"
],
"emailId": "yuvraj@gmail.com"
}
]
}
],
"identifications": [
{
"id": "096a4789-c624-4a2d-8afa-7a53ac433c13",
"type": "AADHAAR",
"value": "690134516213"
}
]
},
"errorsInNonStandardData": [
{
"code": "string",
"message": "string",
"params": {
"property1": "string",
"property2": "string"
},
"timestamp": "2019-08-24T14:15:22Z"
}
],
"guid": "10837558072"
},
"criteriaId": "37ed6422-68ac-44bd-9ab9-75c9ced5a202",
"criteriaName": "PAN"
}
],
"additionalDetails": {
"property1": {},
"property2": {}
}
}
],
"owningEntityType": "PARTY_ID",
"owningEntityId": "189001551",
"partyEventCode": "RE_KYC_UPDATE"
},
"workflowId": "692603465"
}
Request
Body Params application/json
Responses
Modified at 2025-02-17 09:41:54