Create Job Request

Enter a name for the 'Job Request' to be associated to the file going to be processed.

SecuritybearerToken
Request
Request Body schema: application:json
required
name
required
string

The name associated to the Data Cleaning job created by the user in the 'POST - Create Job Request'

Responses
200

Successful Response

400

Bad Request

401

Invalid Token

403

Access Forbidden

post/dataCleaning/jobs
Request samples
application:json
{
  • "name": "Create a Data Cleaning Job 03-10-20xx"
}
Response samples
application/json
{
  • "id": "string",
  • "name": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "modifiedAT": "2019-08-24T14:15:22Z",
  • "managingUserId": 0,
  • "managingCustomerId": 0,
  • "owningCustomerId": 0,
  • "owningUserId": 0,
  • "status": "created",
  • "countryCode": "string",
  • "portfolioId": "string",
  • "source": "dataCleaning",
  • "jobSummary": {
    },
  • "jobEnrichmentSettings": {
    },
  • "archived": true
}