Retry Previous Upload

Re-uploads the file if it was previously failed due to 'insufficientCredits' status.

SecuritybearerToken
Request
path Parameters
uploadId
required
string <uuid>

id of the upload

Responses
202

Accepted

401

Unauthorized

403

Forbidden

409

Conflict

502

Server Error

put/compliance/kyc-protect/batchUploads/{uploadId}/retry
Request samples
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "filename": "string",
  • "status": "string",
  • "rowCount": 0,
  • "successCount": 0,
  • "uploadedAt": "2019-08-24T14:15:22Z",
  • "uploadedById": 0,
  • "uploadedBy": "string",
  • "completedAt": "2019-08-24T14:15:22Z"
}