Manage batch screening processes for Business Partners. It encompasses endpoints for initiating screening jobs, monitoring their progress, and retrieving the results.
This endpoint is deprecated and will be removed on February 1, 2025. After you have started a screening job, you will receive a job id in the response. ´´´ {
"id" : "
OK
Unauthorized
Not Found
{- "id": "35f23c03-1c22-45fe-9484-3ffe769325de",
- "storageId": "72d6900fce6b326088f5d9d91049e3e6",
- "status": "RUNNING",
- "createdAt": "2025-01-16T15:26:59Z",
- "user": "johndoe",
- "progress": "77",
- "auditTrail": {
- "performedBy": "John Doe",
- "screenedNames": [
- {
- "value": "Corporate Data Quality AG"
}
], - "screeningDate": "2025-01-16T15:26:59Z",
- "screeningSettings": {
- "listsUsedForCheck": [
- {
- "authority": "The Federal Financial Supervisory Authority (BaFin)",
- "name": "Notices and Measures",
- "type": "WATCHLIST",
- "technicalKey": "INFO4C_WL_287"
}
], - "minMatchingScore": "0.8"
}
}
}
This endpoint is deprecated and will be removed on February 1, 2025. After a screening job is finished, you can use the job id to iterate over the results using this endpoint ´´´ {
"id" : "
OK
Unauthorized
Not Found
{- "startAfter": "5712566172571652",
- "nextStartAfter": "5712566172571652",
- "limit": "5712566172571652",
- "total": "67",
- "values": [
- {
- "jobId": "35f23c03-1c22-45fe-9484-3ffe769325de",
- "status": "RUNNING",
- "businessPartnerId": "63e635235c06b7396330fe40",
- "request": {
- "entry": {
- "names": [
- {
- "value": "Corporate Data Quality AG"
}
], - "addresses": [
- {
- "country": {
- "shortName": null
}, - "localities": [
- null
], - "thoroughfares": [
- null
], - "postCodes": [
- null
]
}
]
}, - "dataSources": [
- {
- "technicalKey": "SANCTION_LIST"
}
], - "configuration": {
- "matchingThreshold": "0.8",
- "lists": [
- {
- "technicalKey": "INFO4C_PEP_25"
}, - {
- "technicalKey": "INFO4C_PEP_7"
}
]
}, - "configurationId": "64cd0303e1cd5s1e4354a1c6",
- "featuresOn": [
- "ACTIVATE_STOP_WORDS",
- "SHOW_AUDIT_TRAIL"
], - "featuresOff": [
- "ACTIVATE_STOP_WORDS",
- "SHOW_AUDIT_TRAIL"
], - "limit": "10",
- "startAfter": "5712566172571652"
}, - "result": {
- "total": "67",
- "nextStartAfter": "5712566172571652",
- "startAfter": "5712566172571652",
- "values": [
- {
- "cdqId": "SANCTIONLIST:10120020770",
- "entry": {
- "externalId": "The ID managed in the customer's SAP systems.",
- "names": [
- null
], - "addresses": [
- null
], - "list": {
- "technicalKey": null,
- "name": null,
- "issuingBody": null
}, - "additionalInformation": [
- null
]
}, - "matchingProfile": {
- "matchingScores": {
- "overall": null
}
}, - "dataSource": {
- "name": "Receita Federal Brazil",
- "technicalKey": "BR_RF"
}
}
], - "auditTrail": {
- "performedBy": "John Doe",
- "screenedNames": [
- {
- "value": "Corporate Data Quality AG"
}
], - "screeningDate": "2025-01-16T15:26:59Z",
- "screeningSettings": {
- "listsUsedForCheck": [
- {
- "authority": null,
- "name": null,
- "type": null,
- "technicalKey": null
}
], - "minMatchingScore": "0.8"
}
}
}
}
]
}
This endpoint is deprecated and will be removed on February 1, 2025. Start a job to screen business partners within a provided storage. The business partners are matched against sanction lists and for every business partner a detailed result is provided. Before you can run a screening job, you need to first upload business partners to a storage.
cmd
OK
Bad Request
Unauthorized
Not Found
{- "storageId": "<STORAGE_ID>"
}
{- "id": "35f23c03-1c22-45fe-9484-3ffe769325de",
- "storageId": "72d6900fce6b326088f5d9d91049e3e6",
- "status": "RUNNING",
- "createdAt": "2025-01-16T15:26:59Z",
- "user": "johndoe",
- "progress": "77",
- "auditTrail": {
- "performedBy": "John Doe",
- "screenedNames": [
- {
- "value": "Corporate Data Quality AG"
}
], - "screeningDate": "2025-01-16T15:26:59Z",
- "screeningSettings": {
- "listsUsedForCheck": [
- {
- "authority": "The Federal Financial Supervisory Authority (BaFin)",
- "name": "Notices and Measures",
- "type": "WATCHLIST",
- "technicalKey": "INFO4C_WL_287"
}
], - "minMatchingScore": "0.8"
}
}
}