Start a job to build selected reports. Before you can request reports you need to run a curation job first.
With the build
toggle you can control which report is generated or not.
Every report may have specific additional configuration options which are explained in detail below.
Request to create curation report.
dataCurationJobId
is required.
OK
Unauthorized
Forbidden
Not Found
{- "dataCurationJobId": "a34fb367-85aa-400f-b369-53863432050c",
- "name": "Data Curation Reports Job",
- "description": "The report will be generated for the Data Curation Job with ID: a34fb367-85aa-400f-b369-53863432050c.",
- "reportsConfiguration": {
- "addressCuration": {
- "build": "true"
}, - "legalEntityCuration": {
- "build": "true"
}, - "naturalPersonScreening": {
- "build": "true"
}, - "vatRegistrationData": {
- "build": "true"
}
}
}
{- "id": "35f23c03-1c22-45fe-9484-3ffe769325de",
- "name": "Process vendor data.",
- "description": "I started this job to improve quality of our data.",
- "status": "RUNNING",
- "statusMessage": "The job failed because storage is empty.",
- "createdAt": "2020-08-31T16:47+00:00",
- "user": "742429-234242-4343-232323",
- "progress": "77",
- "attachments": [
- {
- "url": "customer-upload/user/file.xlsx",
- "tags": [
- "Reporting"
]
}
], - "reportsConfiguration": {
- "addressCuration": {
- "build": "true"
}, - "legalEntityCuration": {
- "build": "true"
}, - "naturalPersonScreening": {
- "build": "true"
}, - "vatRegistrationData": {
- "build": "true"
}
}
}
After you have started a report job, you will receive a job id in the response. {
'id' : 'attachments
in the response.
OK
Unauthorized
Forbidden
Not Found
{- "id": "35f23c03-1c22-45fe-9484-3ffe769325de",
- "name": "Process vendor data.",
- "description": "I started this job to improve quality of our data.",
- "status": "RUNNING",
- "statusMessage": "The job failed because storage is empty.",
- "createdAt": "2020-08-31T16:47+00:00",
- "user": "742429-234242-4343-232323",
- "progress": "77",
- "attachments": [
- {
- "url": "customer-upload/user/file.xlsx",
- "tags": [
- "Reporting"
]
}
], - "reportsConfiguration": {
- "addressCuration": {
- "build": "true"
}, - "legalEntityCuration": {
- "build": "true"
}, - "naturalPersonScreening": {
- "build": "true"
}, - "vatRegistrationData": {
- "build": "true"
}
}
}