Skip to content

Data Curation API (3)

This API provides services to curate and enrich Business Partner and address data.

Download OpenAPI description
Languages
Servers
Mock server

https://idp.cdq.com/_mock/apis/data-curation-api/api-v3/

Production SOAP

https://api.cdq.com/data-curation/soap/v3/

Production

https://api.cdq.com/data-curation/

Batch Curation

Everything about Batch Curation

Operations

Business Partners

Everything about Business Partners

Operations

Processing Logs

Operations

Configuration

Operations

Cache

Operations

Cache

Request

Clear cache by name.

Security
basicAuth
Path
cacheNamestringrequired

cacheName of the cache to be cleared.

Enum ValueDescription
ANALYZE_COUNTRY

Analyze country

DATA_SOURCE

Data source

DATA_SOURCES

Data sources

DATA_SOURCE_ACCESS

Data source access

DERIVE_CHARACTER_SET

Derive character set

DERIVE_LANGUAGE

Derive language

GET_CONCEPT

Get concept

GET_COUNTRY

Get country

GET_COUNTY

Get county

GET_REGION

Get region

Example: DATA_SOURCE
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
curl -i -X DELETE \
  -u <username>:<password> \
  https://idp.cdq.com/_mock/apis/data-curation-api/api-v3/cache/DATA_SOURCE \
  -H 'X-Credential-Username: 87b1bdb1-ba87-4522-b363-c5a0e6e917b3'

Responses

OK

Addresses

Operations