Fetch Business PartnerWSDL

Retrieves the Business Partner based on the Lookup and returning the result of the single record.

SecurityapiKey
Request
header Parameters
X-DNB-PASSWORD
string

Dnb Consumer Secret.

Example: dnb_consumer_key
X-DNB-USER
string

Dnb Consumer Key.

Example: dnb_consumer_key
Request Body schema:
required

cmd

cdqId
string

CDQ ID for Business Partner and address.

Example: "VIES:DE123456789"
featuresOff
Array of strings (BusinessPartnerFetchFeatures)

List of features to be deactivated.

Items Enum: Description
ENABLE_SETTINGS

Enables settings for the lookup.

ACTIVATE_DATASOURCE_BVD

Enables BVD data source for the lookup.

ACTIVATE_DATASOURCE_DNB

Enables DNB data source for the lookup.

Example: ["[ \"ENABLE_SETTINGS\", \"LAB_ENABLE_BETA_FEATURES\" ]"]
featuresOn
Array of strings (BusinessPartnerFetchFeatures)

List of features to be activated.

Items Enum: Description
ENABLE_SETTINGS

Enables settings for the lookup.

ACTIVATE_DATASOURCE_BVD

Enables BVD data source for the lookup.

ACTIVATE_DATASOURCE_DNB

Enables DNB data source for the lookup.

Example: ["[ \"ENABLE_SETTINGS\", \"LAB_ENABLE_BETA_FEATURES\" ]"]
Responses
200

OK

201

Created

401

Unauthorized

403

Forbidden

404

Not Found

post/businesspartners/fetch
Request samples
{
  • "cdqId": "VIES:DE123456789",
  • "featuresOn": [
    ],
  • "featuresOff": [
    ]
}
Response samples
{}