Dun & Bradstreet · Arazzo Workflow
D&B Batch Match And Enrich File
Version 1.0.0
Submit a batch input file, poll until processing completes, then download the matched and enriched results.
View Spec
View on GitHub
Business DataCompany DataD-U-N-S NumberCreditRiskMaster DataData EnrichmentIdentity ResolutionComplianceSupply ChainSales IntelligenceMonitoringArazzoWorkflows
Provider
Workflows
batch-match-enrich-file
Submit a batch file, poll status, and download results when complete.
Submits a batch input file, polls getBatchFileStatus, and branches: when the status is COMPLETED it downloads the result file; otherwise it ends so the caller can poll again later.
1
submitFile
submitBatchFile
Submit the batch input file for asynchronous match and enrichment, returning a fileId to poll.
2
checkStatus
getBatchFileStatus
Poll the processing status of the submitted batch file.
3
downloadResults
downloadBatchFileResults
Download the matched and enriched output file once status is COMPLETED.