Submits the batch file process request. Returns the details of the accepted request.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/batchUploads
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/batchUploads
curl -i -X POST \
https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/batchUploads \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: multipart/form-data' \
-F File=stringSuccess
Batch upload status
Enum:"submitted""validating""rejected""validated""insufficientCredits""queued""inProgress""processed""completed""partiallyCompleted"
Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "filename": "string", "status": "submitted", "rowCount": 0, "successCount": 0, "uploadedAt": "2019-08-24T14:15:22Z", "uploadedById": 0, "uploadedBy": "string", "completedAt": "2019-08-24T14:15:22Z" }