Start Enrichment 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.

SecuritybearerToken
Request
path Parameters
id
required
string
Request Body schema: application/json
required
object (ConnectDataCleaningEnrichRequest)
Responses
200

Successful Response

400

Bad Request Response

401

Invalid Token response

403

Access Forbidden Response

404

404 response

post/dataCleaning/jobs/{id}/enrich
Request samples
application/json
{ }
Response samples
application/json
[
  • { }
]