BETA
Returns a paginated list of potential duplicate business partner records based on search criteria
Successful response with list of duplicates
Invalid request parameters
Unauthorized
Forbidden
Internal server error
{- "limit": 20,
- "total": 125,
- "startAfter": "aXhcYWdlIjoxLCJzaXplIjoyMH0=",
- "nextStartAfter": "eyJwYWdlIjoyLCJzaXplIjoyMH0=",
- "values": [
- {
- "storageId": "72d6900fce6b326088f5d9d91099e3e6",
- "createdAt": "2024-02-15T10:30:00Z",
- "createdBy": "system",
- "modifiedAt": "2024-02-15T10:30:00Z",
- "modifiedBy": "system",
- "entityA": {
- "dataSourceId": "SAD_ERP",
- "businessPartnerId": "BP000001"
}, - "entityB": {
- "dataSourceId": "SAD_ERP",
- "businessPartnerId": "BP000002"
}, - "confidence": {
- "overallScore": 0.95,
- "status": "MATCH",
- "explanation": {
- "attributeMatchingExplanation": [
- {
- "jsonPath": "$.name",
- "valueA": "Acme Corporation GmbH",
- "valueB": "ACME Corp. GmbH",
- "similarity": 0.92
}, - {
- "jsonPath": "$.address.street",
- "valueA": "123 Main Street",
- "valueB": "123 Main St.",
- "similarity": 0.98
}
]
}
}, - "linkStatus": "INFERRED"
}, - {
- "storageId": "72d6900fce6b326088f5d9d91099e3e6",
- "createdAt": "2024-02-15T11:15:00Z",
- "createdBy": "system",
- "modifiedAt": "2024-02-15T11:15:00Z",
- "modifiedBy": "system",
- "entityA": {
- "dataSourceId": "SAD_ERP",
- "businessPartnerId": "BP000003"
}, - "entityB": {
- "dataSourceId": "SAD_ERP",
- "businessPartnerId": "BP000004"
}, - "confidence": {
- "overallScore": 0.88,
- "status": "POSSIBLE_MATCH",
- "explanation": {
- "attributeMatchingExplanation": [
- {
- "jsonPath": "$.name",
- "valueA": "TechStart Solutions AG",
- "valueB": "TechStart AG",
- "similarity": 0.85
}, - {
- "jsonPath": "$.address.city",
- "valueA": "Munich",
- "valueB": "München",
- "similarity": 0.9
}
]
}
}, - "linkStatus": "INFERRED"
}
]
}