Submission of the file after mappings have been carried out. To have a successful submission a blank response body (See example) is required to be posted.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/dataCleaning/jobs/{id}/submit
- Production serverhttps://connect.creditsafe.com/v1/dataCleaning/jobs/{id}/submit
curl -i -X POST \
'https://connect.sandbox.creditsafe.com/v1/dataCleaning/jobs/{id}/submit' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{}'Response
{ "messageId": "string" }