Skip to content

Referencedata API (4)

This API provides services to search and read reference data

Languages
Servers
Mock server

https://idp.cdq.com/_mock/apis/referencedata-api/api-v4/

Production SOAP

https://api.corporate-data-league.ch/referencedata/soap/v4/

Production

https://api.corporate-data-league.ch/referencedata/

Business Partners

Everything about Business Partners

Operations

Analytics

Everything about reference data analytics

Registrations

Registrations

Operations

Add Multiple Duns

Request

Provides the ability to add a multiple D-U-N-S Numbers to an existing LOD Monitoring Registration.

Security
basicAuth
Path
referencestringrequired

A string used to identify the registration. The reference must be unique for each subscriber.

Example: myregistration
Headers
X-Credential-Usernamestringrequired

Username that is passed as header parameter with the name X-Credential-Username. The header can take form of:

  • username (e.g. "lukaszmichta")
  • user id (e.g. "87b1bdb1-ba87-4522-b363-c5a0e6e917b3")
Example: 87b1bdb1-ba87-4522-b363-c5a0e6e917b3
Bodyapplication/jsonrequired

cmd

dunsArray of strings(Duns)[ 1 .. 100 ] items

List of DUNS numbers to add.

Example: ["15-048-3782"]
curl -i -X POST \
  -u <username>:<password> \
  https://idp.cdq.com/_mock/apis/referencedata-api/api-v4/dnb/registrations/myregistration/addDuns \
  -H 'Content-Type: application/json' \
  -H 'X-Credential-Username: 87b1bdb1-ba87-4522-b363-c5a0e6e917b3' \
  -d '{
    "duns": [
      "15-048-3782"
    ]
  }'

Responses

OK

Bodyapplication/json
dnbResponsesArray of objects(SingleDunsResponse)

List of DUNS numbers added.

Response
application/json
{ "dnbResponses": [ {} ] }

Removes Multiple Duns

Request

Provides the ability to remove multiple D-U-N-S Numbers from an existing LOD Monitoring Registration.

Security
basicAuth
Path
referencestringrequired

A string used to identify the registration. The reference must be unique for each subscriber.

Example: myregistration
Headers
X-Credential-Usernamestringrequired

Username that is passed as header parameter with the name X-Credential-Username. The header can take form of:

  • username (e.g. "lukaszmichta")
  • user id (e.g. "87b1bdb1-ba87-4522-b363-c5a0e6e917b3")
Example: 87b1bdb1-ba87-4522-b363-c5a0e6e917b3
Bodyapplication/jsonrequired

cmd

dunsArray of strings(Duns)[ 1 .. 100 ] items

List of DUNS numbers to add.

Example: ["15-048-3782"]
curl -i -X POST \
  -u <username>:<password> \
  https://idp.cdq.com/_mock/apis/referencedata-api/api-v4/dnb/registrations/myregistration/removeDuns \
  -H 'Content-Type: application/json' \
  -H 'X-Credential-Username: 87b1bdb1-ba87-4522-b363-c5a0e6e917b3' \
  -d '{
    "duns": [
      "15-048-3782"
    ]
  }'

Responses

OK

Bodyapplication/json
dnbResponsesArray of objects(SingleDunsResponse)

List of DUNS numbers added.

Response
application/json
{ "dnbResponses": [ {} ] }

Addresses

Everything about Addresses

Operations

Bulk Fetch

Operations

Bulk Lookup

Operations

Cancel Bulk

Operations

CEDEX Lookup

Operations

Batch Lookup

Operations

Batch Lookup Result

Operations

Administrative Area Index

Operations

DNB

Operations

Configurations

Operations

Processing Logs

Operations