Skip to content

Start Enrichment Request

Request

Commencing the Job enrichment to the uploaded file after mapping the enrichment requirements. To have a successful submission a blank response body (See example) is required to be posted.

POST 'enrich' will not commence unless the Job Status is jobMatchingComplete.

Use the GET/dataCleaning/jobs/{id} to check Status of job.

Security
bearerToken
Path
idstringrequired
Bodyapplication/jsonrequired
object(CreditsafeGlobalDataReportsCompanyReportExtraSection)
curl -i -X POST \
  'https://connect.sandbox.creditsafe.com/v1/dataCleaning/jobs/{id}/enrich' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{}'

Responses

Successful Response

Bodyapplication/json
Array of objects(ConnectDataCleaningResponse)
Response
[ {} ]