This API provides services to curate and enrich Business Partner and address data.
Download OpenAPI description
Overview
URL
Sylwester Lew
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/
Path
cacheName of the cache to be cleared.
| Enum Value | Description |
|---|---|
| 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
- Mock server
https://idp.cdq.com/_mock/apis/data-curation-api/api-v3/cache/{cacheName}
- Production SOAP
https://api.cdq.com/data-curation/soap/v3/cache/{cacheName}
- Production
https://api.cdq.com/data-curation/cache/{cacheName}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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'