Fetch DNB Record

Fetch a D&B record by providing the DUNS.

SecurityapiKey
Request
Request Body schema: application/json
required
duns
required
string (Duns)

DUNS number of the record to be fetched.

Example: "15-048-3782"
featuresOn
Array of strings (DnbStorageFeatureParam)

Features to be used during the D&B storage creation.

Items Enum: Description
SHOW_CDQ_RECORD

Provides CDQ record.

SHOW_FORMATTED_SAP_RECORD

Provides formatted SAP record.

USE_DNB

Create/Use Business Partner Storage for D&B data product Company Profile, Linkage, and Executives (CMPELK)

USE_DNB_MASTER_DATA_BASIC

Create/Use for D&B data product Master Data Basic

USE_DNB_MASTER_DATA_MGMT

Create/Use for D&B data product Master Data Management

USE_DNB_MASTER_DATA_LNKG

Create/Use for D&B data product Master Data Linkage

USE_DNB_MASTER_DATA_EXTENDED

Create/Use for D&B data product Master Data Extended

USE_DNB_LINKAGE_LNKELI

Create/Use for D&B data product Extended Linkage Insight

Example: ["USE_DNB"]
Responses
200

OK

post/v4/dnbstorages/fetch
Request samples
application/json
{
  • "duns": "15-048-3782",
  • "featuresOn": [
    ]
}
Response samples
application/json
{
  • "dnbRecord": {
    },
  • "status": "OK",
  • "message": "D&B Record has been fetched successfully"
}