# 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 is .Use the GET/dataCleaning/jobs/{id} to check Status of job. Endpoint: POST /dataCleaning/jobs/{id}/enrich Version: 1.10.9 Security: bearerToken ## Path parameters: - `id` (string, required) ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected