Archive Job by id

Archives the job, this can be done at any stage. To have a successful submission a blank response body (See example) is required to be posted.

SecuritybearerToken
Request
path Parameters
id
required
string
Request Body schema: application/json
required
object (ConnectDataCleaningArchiveJobRequest)
Responses
200

200 response

400

400 response

401

401 response

403

403 response

404

404 response

post/dataCleaning/jobs/{id}/archive
Request samples
application/json
{ }
Response samples
application/json
{
  • "id": "string",
  • "name": "string",
  • "createdAt": "string",
  • "modifiedAt": "2019-08-24T14:15:22Z",
  • "managingUserId": 0,
  • "managingCustomerId": 0,
  • "owningCustomerId": 0,
  • "owningUserId": 0,
  • "status": "string",
  • "countryCode": "string",
  • "source": "string",
  • "jobEnrichmentSettings": {
    },
  • "archived": true
}