{- "id": "string",
- "storageId": "string",
- "status": "UNKNOWN",
- "createdAt": "string",
- "createdBy": "string",
- "progress": 0,
- "result": {
- "statistics": {
- "numberOfRecords": 0,
- "numberOfFailed": 0,
- "numberOfInserts": 0,
- "numberOfQuotaExceeded": 0,
- "numberOfUnknown": 0
}
}, - "modifiedAt": "string",
- "statusMessage": "string"
}
OK
Not Found
{- "startAfter": "string",
- "nextStartAfter": "string",
- "limit": 0,
- "total": 0,
- "values": [
- {
- "id": "string",
- "businessPartnerId": "string",
- "addressId": "string",
- "externalId": "string",
- "requestData": {
- "nameLocal": "string",
- "nameInternational": "string",
- "countryValue": "string",
- "countryShortName": "string",
- "administrativeArea": "string",
- "postCodeValue": "string",
- "localityValue": "string",
- "thoroughfareValue": "string",
- "thoroughfareNumber": "string",
- "premiseValue": "string",
- "classificationCode": "string",
- "classificationTypeName": "string",
- "classificationName": "string",
- "careOf": "string",
- "addressTypes": "string",
- "isInactive": "string",
- "stceg": "string",
- "stcd1": "string",
- "stcd2": "string",
- "stcd3": "string",
- "stcd4": "string",
- "stcd5": "string",
- "dataSource": "string",
- "duns": "string"
}, - "matchResults": [
- {
- "candidate": {
- "displaySequence": 1,
- "organization": "",
- "matchQualityInformation": ""
}, - "matchingProfile": {
- "matchingScores": {
- "overall": {
- "classification": null,
- "value": null,
- "explanation": null
}, - "businessPartner": {
- "classification": null,
- "value": null,
- "explanation": null
}, - "address": {
- "classification": null,
- "value": null,
- "explanation": null
}
}
}
}
]
}
]
}
cmd
OK
Created
The sent request is malformed.
Unauthorized
Forbidden
Not Found
{- "storageId": "string",
- "dnbUser": "string",
- "dnbPassword": "string",
- "mode": "EXTENDED_MATCH",
- "featuresOn": [
- "INCREMENT"
], - "featuresOff": [
- "INCREMENT"
]
}
{- "id": "string",
- "storageId": "string",
- "status": "UNKNOWN",
- "createdAt": "string",
- "createdBy": "string",
- "progress": 0,
- "result": {
- "statistics": {
- "numberOfRecords": 0,
- "numberOfFailed": 0,
- "numberOfInserts": 0,
- "numberOfQuotaExceeded": 0,
- "numberOfUnknown": 0
}
}, - "modifiedAt": "string",
- "statusMessage": "string"
}
{- "id": "string",
- "batchLookupJobId": "string",
- "storageId": "string",
- "progress": 0,
- "status": "UNKNOWN",
- "optionCountriesFilter": [
- "string"
], - "attachments": [
- {
- "name": "string",
- "url": "string"
}
]
}
Endpoint is deprecated. Should not be used anymore. For report generation use POST /public/referencedatareports
OK
The sent request is malformed.
{- "batchLookupJobId": "string",
- "cdqBatchLookupJobId": "string",
- "storageId": "string",
- "optionCountriesFilter": [
- "string"
]
}
{- "id": "string",
- "batchLookupJobId": "string",
- "storageId": "string",
- "progress": 0,
- "status": "UNKNOWN",
- "optionCountriesFilter": [
- "string"
], - "attachments": [
- {
- "name": "string",
- "url": "string"
}
]
}
cmd
configurationId | string Configuration Id used to set up lookup. If provided, those parameters will be affected. If any of them is provided in this request, will overwrite one from configuration (except for features which are merged):
|
countryShortNames | Array of strings If set, only the records that belong to the countries identified by these short names are processed. By default all records of the storage (means from all countries) are processed (considering other filters). |
dataSourceIds | Array of strings If set, only the records that belong to the data sources identified by these IDs are processed. By default all records of the storage (means from all data sources) are processed (considering other filters). |
featuresOff | Array of strings The features switched off in the lookup |
featuresOn | Array of strings The features with which the lookup should be called |
optionBatchLookupJobId | string Provide the id of batch lookup job which produced the matches. Providing this option make sens with optionSkipLookup set to true |
optionCandidates | integer Default: 20 Define number of candidates taken into consideration in the matching process |
optionDataMatchingDefinitionId | string Provide the id of the data matching definition id. When id worngly set then no matching score will be provided. |
optionDelay | integer Add a delay between next lookup calls in miliseconds. example 3000 = 3s |
optionMatchingConfiguration | string Default: "DEFAULT" Provide the name of the matching configuration |
optionMatchingThreshold | string The matching threshold. When not set then all entries are taken into consideration |
optionReportMatchingThreshold | string The matching threshold used to filter out results in report. |
optionReportName | string The report name. If a report with that name exists in S3 it will be overwritten. If report name is empty the report name will be the storage id. |
optionShowAll | boolean Default: 0 Display also entries without matches |
optionSkipExcelReport | boolean Deprecated Default: 0 To generate report use |
optionSkipLookup | boolean Default: 0 Skip Lookup |
optionUseQueues | boolean Default: 0 Use workers to do the lookup |
storageId | string The storage id for which the batch lookup should be done |
Array of objects This field allows to filter data mirrors that will be queried. For each data mirror, data sources can also be filtered. Leave empty to include all available data mirrors in query. |
OK
Created
The sent request is malformed.
Unauthorized
Forbidden
Not Found
{- "storageId": "string",
- "optionReportName": "string",
- "optionSkipLookup": true,
- "optionBatchLookupJobId": "string",
- "optionSkipExcelReport": true,
- "optionShowAll": true,
- "optionUseQueues": true,
- "optionMatchingThreshold": "string",
- "optionReportMatchingThreshold": "string",
- "optionCandidates": 20,
- "optionMatchingConfiguration": "DEFAULT",
- "optionDataMatchingDefinitionId": "string",
- "optionDelay": 3000,
- "dataSourceIds": [
- "string"
], - "countryShortNames": [
- "string"
], - "configurationId": "string",
- "storagesDataSources": [
- {
- "storageId": "string",
- "dataSources": [
- "string"
]
}
], - "featuresOn": [
- "string"
], - "featuresOff": [
- "string"
]
}
{- "id": "string",
- "storageId": "string",
- "status": "UNKNOWN",
- "createdAt": "string",
- "user": "string",
- "progress": 0
}