Skip to content

Submit Job Request

Request

Submission of the file after mappings have been carried out. To have a successful submission a blank response body (See example) is required to be posted.

Security
bearerToken
Path
idstringrequired
Bodyapplication/jsonrequired
object(CreditsafeGlobalDataReportsCompanyReportExtraSection)
curl -i -X POST \
  'https://connect.sandbox.creditsafe.com/v1/dataCleaning/jobs/{id}/submit' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{}'

Responses

200 response

Bodyapplication/json
object(CreditsafeGlobalDataReportsCompanyReportExtraSection)
Response
{ "messageId": "string" }