This API provides services to access records from DNB and calculate their Commercial Ultimates.
DNB API (1)
https://idp.cdq.com/_mock/apis/dnb-api/api-v1/
https://api.corporate-data-league.ch/dnb/soap/v1/
https://api.corporate-data-league.ch/dnb/
ID of the transaction, pass it in later requests to make them part of the transaction.
Features to be enabled. Don't use CREATE_TRANSACTION and COMMIT_TRANSACTION at the same time.
| Items Enum Value | Description |
|---|---|
| CREATE_TRANSACTION | Creates a new transaction and makes the current request a part of it. By default, turned off. |
| COMMIT_TRANSACTION | Commit transaction. By default, turned off. |
- Mock server
https://idp.cdq.com/_mock/apis/dnb-api/api-v1/configurations/commercialultimatedetection/{configurationId}
- Production SOAP
https://api.corporate-data-league.ch/dnb/soap/v1/configurations/commercialultimatedetection/{configurationId}
- Production
https://api.corporate-data-league.ch/dnb/configurations/commercialultimatedetection/{configurationId}
curl -i -X DELETE \
https://idp.cdq.com/_mock/apis/dnb-api/api-v1/configurations/commercialultimatedetection/c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4{ "id": "abcdef", "name": "MyConfigV2", "version": 1, "configuration": { "id": "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4", "name": "Client configuration.", "createdAt": "2020-08-31T16:47+00:00", "createdBy": "76248934691294444", "modifiedAt": "2020-08-31T16:47+00:00", "systemClassifications": [ … ], "customClassifications": [ … ], "featuresOn": [ … ], "featuresOff": [ … ] }, "createdAt": "2023/08/12", "modifiedAt": "2023/08/12", "createdBy": "testUser", "transactionId": "8e37da1e-ee9d-4ee0-b03d-24a1f89988f2", "relatedConfigurations": [ { … } ], "defaultConfiguration": true }