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
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/dataCleaning/jobs/{id}/enrich
- Production serverhttps://connect.creditsafe.com/v1/dataCleaning/jobs/{id}/enrich
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 '{}'Response
[ {} ]