Accelerate the Value of Data

Get Detailed Profile

The Get Detailed Profile API is called when using the Get Company Details button on the User Interface.

Overview

The Get Detailed Profile API is used to enrich the account data with most recent and updated information from D&B. The API takes the entity as the input to the request, and uses the DUNS number to fetch the complete account profile and enrich the account attributes in Reltio.

For details about the fields that are enriched with D&B data in the Reltio account profile, see Mapping.

Request

POST {DnBConnectorUri}/getDetailedProfile
Table 1. Parameters
Parameter Name Required Details
Headers Content-Type Yes Must be Content-Type: application/json
EnvironmentUrl Yes The environment url of the tenant.

Example: https://dev.reltio.com

TenantId Yes Tenant ID

Reltio-User

No Reltio username
Note: Not required if you provide the Reltio token.
Reltio-Password No Reltio password
Note: Not required if you provide the Reltio token.
Authorization No

Reltio token in the form Bearer: <<token>>

Note: Not required if you provide the username and password.
DnB-User No D&B account username or Consumer Key in Direct+.
Note: Not required if you provide the D&B token.
DnB-Password No D&B account password or Consumer Secret in Direct+.
Note: Not required if you provide the D&B token.
DnB-Token No

D&B token in the form Bearer: <<token>>

Note: Not required if you provide the username and password.
Query entityURI Yes Entity URI's in the form entities/XXXX
plus No true or false. The default value is false. If set to true, the Direct+ based Get company details call is started.
Note: You must have a token or an account with the privileges for Direct+ API usage. Otherwise, an authentication error is raised.
product No The possible values are cmpelf or cmpelk. The default value is cmpelf.
Note: This parameter is for Direct+ requests only and takes effect only if requests with plus=true. Your account must have access to the required product. If you set an arbitrary value for this parameter, the following DnB error appears: Supplied product or version of the product does not exist.
Body No

Example - Request

POST https://dev-dnbconnector.reltio.com/b2bIntegration/dnb/getDetailedProfile?entityURI=entities/1BGfXLUR

Response

{
    "success": "OK",
    "message": "Enrichment successful"
}