Download OpenAPI specification:Download
This API provides services to upload, manipulate and download businesspartner data in the CDL Cloud.
Validation of the request can be found in description of TechnicalReportsRequest below.
TechnicalReportsRequest
OK
Unauthorized
Forbidden
Not Found
{- "name": "Process vendor data.",
- "description": "I started this job to improve quality of our data.",
- "reportsConfiguration": {
- "technicalProfiler": {
- "build": "false",
- "sourceFileUrl": "customer-upload/user/file.xlsx",
- "storageId": "72d6900fce6b326088f5d9d91049e3e6",
- "featuresOn": [
- "STORE_TECHNICAL_PROFILE"
]
}
}
}
{- "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": "2024-11-12T20:37:13Z",
- "user": "742429-234242-4343-232323",
- "progress": "77",
- "attachments": [
- {
- "url": "customer-upload/user/file.xlsx",
- "tags": [
- "Reporting"
]
}
], - "reportsConfiguration": {
- "technicalProfiler": {
- "build": "false",
- "sourceFileUrl": "customer-upload/user/file.xlsx",
- "storageId": "72d6900fce6b326088f5d9d91049e3e6",
- "featuresOn": [
- "STORE_TECHNICAL_PROFILE"
]
}
}
}
Poll Technical Reports by id. The id is returned by the build Technical Reports request.
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": "2024-11-12T20:37:13Z",
- "user": "742429-234242-4343-232323",
- "progress": "77",
- "attachments": [
- {
- "url": "customer-upload/user/file.xlsx",
- "tags": [
- "Reporting"
]
}
], - "reportsConfiguration": {
- "technicalProfiler": {
- "build": "false",
- "sourceFileUrl": "customer-upload/user/file.xlsx",
- "storageId": "72d6900fce6b326088f5d9d91049e3e6",
- "featuresOn": [
- "STORE_TECHNICAL_PROFILE"
]
}
}
}