This API provides services to upload, manipulate and download businesspartner data in the CDL Cloud.
Data Exchange API (5)
https://idp.cdq.com/_mock/apis/data-exchange-api/api-v5/
https://api.corporate-data-league.ch/data-exchange/soap/v5/
https://api.corporate-data-league.ch/data-exchange/
Features to be used during upsert of CommercialUltimates.
| Items Enum Value | Description |
|---|---|
| SHOW_CDQ_RECORD | Provides CDQ record. |
| SHOW_FORMATTED_SAP_RECORD | Provides formatted SAP record. |
| USE_DNB | Create/Use Business Partner Storage for D&B data product Company Profile, Linkage, and Executives (CMPELK) |
| USE_DNB_MASTER_DATA_BASIC | Create/Use for D&B data product Master Data Basic |
| USE_DNB_MASTER_DATA_MGMT | Create/Use for D&B data product Master Data Management |
| USE_DNB_MASTER_DATA_LNKG | Create/Use for D&B data product Master Data Linkage |
| USE_DNB_MASTER_DATA_EXTENDED | Create/Use for D&B data product Master Data Extended |
| USE_DNB_LINKAGE_LNKELI | Create/Use for D&B data product Extended Linkage Insight |
List of Global Commercial Ultimate updates.
DUNS number of the record to be fetched.
Details of the highest commercial organization in the corporate family hierarchy.
DUNS number of the record to be fetched.
Name of the Commercial Ultimate.
The details of the single primary or physical address at which the entity is located.
- Mock server
https://idp.cdq.com/_mock/apis/data-exchange-api/api-v5/dnbstorages/dnbrecords/commercialultimates
- Production SOAP
https://api.corporate-data-league.ch/data-exchange/soap/v5/dnbstorages/dnbrecords/commercialultimates
- Production
https://api.corporate-data-league.ch/data-exchange/dnbstorages/dnbrecords/commercialultimates
curl -i -X PUT \
-u <username>:<password> \
https://idp.cdq.com/_mock/apis/data-exchange-api/api-v5/dnbstorages/dnbrecords/commercialultimates \
-H 'Content-Type: application/json' \
-H 'X-Credential-Username: 87b1bdb1-ba87-4522-b363-c5a0e6e917b3' \
-d '{
"featuresOn": [
"USE_DNB"
],
"commercialUltimates": [
{
"duns": "15-048-3782",
"commercialUltimate": {
"duns": "15-048-3782",
"primaryName": "Dun & Bradstreet, Inc.",
"primaryAddress": {
"language": {
"description": "English",
"dnbCode": "39"
},
"addressCountry": {
"name": "United States",
"isoAlpha2Code": "US",
"fipsCode": "US"
},
"continentalRegion": {
"name": "North America"
},
"addressLocality": {
"name": "SAN FRANCISCO"
},
"minorTownName": "Booker",
"addressRegion": {
"name": "Booker",
"abbreviatedName": "CA",
"fipsCode": "06"
},
"addressCounty": {
"name": "SAN MATEO",
"fipsCode": "81"
},
"postalCode": "941109999",
"postalCodePosition": {
"description": "Post code presented before Town/City name.",
"dnbCode": "1009"
},
"streetNumber": "492",
"streetName": "KOLLER ST",
"streetAddress": {
"line1": "492 KOLLER ST",
"line2": "Suite 100"
},
"postOfficeBox": {
"postOfficeBoxNumber": "5309",
"typeDescription": "Supplied by public Post Office authority.",
"typeDnBCode": "120"
},
"latitude": "37.777709",
"longitude": "-122.404624",
"geographicalPrecision": {
"description": "Street Segment Centroid",
"dnbCode": "30256"
},
"isRegisteredAddress": "true",
"isResidentialAddress": "false",
"statisticalArea": {
"cbsaName": "San Francisco-Oakland-Hayward CA",
"cbsaCode": "41860",
"economicAreaOfInfluenceCode": "146",
"populationRank": {
"rankNumber": "9",
"rankDnBCode": "10961",
"rankDescription": "500,000 +"
}
},
"locationOwnership": {
"description": "Rents",
"dnbCode": "1129"
},
"premisesArea": {
"measurement": "10034",
"unitDescription": "square foot",
"unitDnBCode": "3848",
"reliabilityDescription": "Actual",
"reliabilityDnBCode": "9092"
},
"isManufacturingLocation": "true"
},
"path": [
{
"duns": "15-048-3782",
"primaryName": "Dun & Bradstreet, Inc.",
"parentDuns": "15-048-3782"
}
]
}
}
],
"domesticCommercialUltimates": [
{
"duns": "15-048-3782",
"commercialUltimate": {
"duns": "15-048-3782",
"primaryName": "Dun & Bradstreet, Inc.",
"primaryAddress": {
"language": {
"description": "English",
"dnbCode": "39"
},
"addressCountry": {
"name": "United States",
"isoAlpha2Code": "US",
"fipsCode": "US"
},
"continentalRegion": {
"name": "North America"
},
"addressLocality": {
"name": "SAN FRANCISCO"
},
"minorTownName": "Booker",
"addressRegion": {
"name": "Booker",
"abbreviatedName": "CA",
"fipsCode": "06"
},
"addressCounty": {
"name": "SAN MATEO",
"fipsCode": "81"
},
"postalCode": "941109999",
"postalCodePosition": {
"description": "Post code presented before Town/City name.",
"dnbCode": "1009"
},
"streetNumber": "492",
"streetName": "KOLLER ST",
"streetAddress": {
"line1": "492 KOLLER ST",
"line2": "Suite 100"
},
"postOfficeBox": {
"postOfficeBoxNumber": "5309",
"typeDescription": "Supplied by public Post Office authority.",
"typeDnBCode": "120"
},
"latitude": "37.777709",
"longitude": "-122.404624",
"geographicalPrecision": {
"description": "Street Segment Centroid",
"dnbCode": "30256"
},
"isRegisteredAddress": "true",
"isResidentialAddress": "false",
"statisticalArea": {
"cbsaName": "San Francisco-Oakland-Hayward CA",
"cbsaCode": "41860",
"economicAreaOfInfluenceCode": "146",
"populationRank": {
"rankNumber": "9",
"rankDnBCode": "10961",
"rankDescription": "500,000 +"
}
},
"locationOwnership": {
"description": "Rents",
"dnbCode": "1129"
},
"premisesArea": {
"measurement": "10034",
"unitDescription": "square foot",
"unitDnBCode": "3848",
"reliabilityDescription": "Actual",
"reliabilityDnBCode": "9092"
},
"isManufacturingLocation": "true"
},
"path": [
{
"duns": "15-048-3782",
"primaryName": "Dun & Bradstreet, Inc.",
"parentDuns": "15-048-3782"
}
]
}
}
]
}'{ "numberOfProvided": "100", "numberOfUpdated": "100", "numberOfFailed": "50", "failures": [ { … } ] }
List of features to be activated.
| Items Enum Value | Description |
|---|---|
| SHOW_CDQ_RECORD | Provides CDQ record. |
| SHOW_FORMATTED_SAP_RECORD | Provides formatted SAP record. |
| USE_DNB | Create/Use Business Partner Storage for D&B data product Company Profile, Linkage, and Executives (CMPELK) |
| USE_DNB_MASTER_DATA_BASIC | Create/Use for D&B data product Master Data Basic |
| USE_DNB_MASTER_DATA_MGMT | Create/Use for D&B data product Master Data Management |
| USE_DNB_MASTER_DATA_LNKG | Create/Use for D&B data product Master Data Linkage |
| USE_DNB_MASTER_DATA_EXTENDED | Create/Use for D&B data product Master Data Extended |
| USE_DNB_LINKAGE_LNKELI | Create/Use for D&B data product Extended Linkage Insight |
- Mock server
https://idp.cdq.com/_mock/apis/data-exchange-api/api-v5/dnbstorages
- Production SOAP
https://api.corporate-data-league.ch/data-exchange/soap/v5/dnbstorages
- Production
https://api.corporate-data-league.ch/data-exchange/dnbstorages
curl -i -X POST \
-u <username>:<password> \
https://idp.cdq.com/_mock/apis/data-exchange-api/api-v5/dnbstorages \
-H 'Content-Type: application/json' \
-H 'X-Credential-Username: 87b1bdb1-ba87-4522-b363-c5a0e6e917b3' \
-d '{
"featuresOn": [
"USE_DNB"
]
}'{ "id": "ff864c7bfe38397b8c160bc624f97574", "technicalKey": "DNB_MASTER_DATA_BASIC", "numberOfRecords": 101 }
Number of items to be returned on the page.
D&B Storage type to filter by.
| Enum Value | Description |
|---|---|
| DNB | Storage for D&B data product Company Profile, Linkage, and Executives (CMPELK) |
| DNB_MASTER_DATA_BASIC | Storage for D&B data product Master Data Basic |
| DNB_MASTER_DATA_MGMT | Storage for D&B data product Master Data Mgmt |
| DNB_MASTER_DATA_LNKG | Storage for D&B data product Master Data Lnkg |
| DNB_MASTER_DATA_EXTENDED | Storage for D&B data product Master Data Extended |
| DNB_LINKAGE_LNKELI | Storage for D&B data product Extended Linkage Insight |
- Mock server
https://idp.cdq.com/_mock/apis/data-exchange-api/api-v5/dnbstorages
- Production SOAP
https://api.corporate-data-league.ch/data-exchange/soap/v5/dnbstorages
- Production
https://api.corporate-data-league.ch/data-exchange/dnbstorages
curl -i -X GET \
-u <username>:<password> \
https://idp.cdq.com/_mock/apis/data-exchange-api/api-v5/dnbstorages \
-H 'X-Credential-Username: 87b1bdb1-ba87-4522-b363-c5a0e6e917b3'{ "page": "1", "pageSize": "100", "total": "67", "values": "[ { \"id\":\"ff864c7bfe38397b8c160bc624f97574, \"technicalKey\":\"DNB_MASTER_DATA_BASIC\"} ]" }