Upload a Job File for processing, you need to link to the {id} number generated from the 'Job Request'.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/dataCleaning/jobs/{id}/upload
- Production serverhttps://connect.creditsafe.com/v1/dataCleaning/jobs/{id}/upload
curl -i -X POST \
'https://connect.sandbox.creditsafe.com/v1/dataCleaning/jobs/{id}/upload' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: multipart/form-data' \
-F jobFile=string \
-F hasHeader=trueResponse
{ "id": "string", "sourceFilename": "string", "hasHeader": true, "createdAt": "2019-08-24T14:15:22Z", "modifiedAt": "2019-08-24T14:15:22Z", "managingUserId": 0, "managingCustomerId": 0, "status": "string", "active": true }