Upload a Job File with an {id}

Upload a Job File for processing, you need to link to the {id} number generated from the 'Job Request'.

SecuritybearerToken
Request
path Parameters
id
required
string

The {id} number generated from the 'Job Request'.

Request Body schema: multipart/form-data
jobFile
required
string <binary>

The file to be uploaded

hasHeader
required
boolean

Indicates if the file has a header row

Responses
200

Successful Response

400

Bad Request Response

401

Invalid Token Response

403

Access Forbidden Response

404

404 response

post/dataCleaning/jobs/{id}/upload
Request samples
Response samples
application/json
{
  • "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
}