This API 1 provides services to upload, manipulate and download businesspartner data in the CDL Cloud.
Data Exchange API (5)
https://api.cdq.com/data-exchange/rest/
Only items with an ID greater than the given one will be retrieved.
When nextStartAfter provided in the response, should be used instead of the ID as an indicator for a next page.
Unique identifier of the Storage.
Reference data source as ALEI prefix of the linked Business Partner.
Business Partner IDs which should be filtered.
Business Partner externalIDs.
Filter by specified Data Source ID.
Features to be activated.
Items Enum Value | Description |
---|---|
ACCEPT_REPLICATION_DELAYS | Accepts replication delays in persisting to the database. Allows faster data access. By default, deactivated. |
NUMBER_OF_TOTAL | Allows to switch fetching the total number of Business Partners to improve performance. By default, turned on. |
Features to be deactivated.
Items Enum Value | Description |
---|---|
ACCEPT_REPLICATION_DELAYS | Accepts replication delays in persisting to the database. Allows faster data access. By default, deactivated. |
NUMBER_OF_TOTAL | Allows to switch fetching the total number of Business Partners to improve performance. By default, turned on. |
- Production
https://api.cdq.com/data-exchange/rest/v4/businesspartners/identitylinks
curl -i -X GET \
'https://api.cdq.com/data-exchange/rest/v4/businesspartners/identitylinks?storageId=72d6900fce6b326088f5d9d91049e3e6' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'
{ "startAfter": "5712566172571652", "nextStartAfter": "5712566172571652", "limit": "100", "total": "67", "values": [ { … } ] }