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.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/dataCleaning/jobs/{id}/archive
- Production serverhttps://connect.creditsafe.com/v1/dataCleaning/jobs/{id}/archive
curl -i -X POST \
'https://connect.sandbox.creditsafe.com/v1/dataCleaning/jobs/{id}/archive' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{}'Response
{ "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": { "creditType": "string" }, "archived": true }