Provides functionalities for analyzing and processing Business Partner data, enabling users to gain insights and perform various analytical operations on the data.
Validation of the request can be found in the 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": "2025-01-30T13:15:48Z",
- "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": "2025-01-30T13:15:48Z",
- "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"
]
}
}
}