# Request Batch Upload Submits the batch file process request. Returns the details of the accepted request. Endpoint: POST /compliance/kyc-protect/batchUploads Version: 1.10.9 Security: bearerToken ## Request fields (multipart/form-data): - `File` (string, required) The batch file to be processed. Size Limited to 10MB ## Response 202 fields (application/json): - `id` (string) Batch upload request Id - `filename` (string) User given file name - `status` (string) Batch upload status Enum: "submitted", "validating", "rejected", "validated", "insufficientCredits", "queued", "inProgress", "processed", "completed", "partiallyCompleted", "failed" - `rowCount` (integer) Batch upload file record count - `successCount` (integer) Successful record count in batch upload file - `uploadedAt` (string) Batch upload requested timestamp - `uploadedById` (integer) Batch upload requested by user id - `uploadedBy` (string) Batch file uploaded by user - `completedAt` (string,null) Batch upload completed timestamp ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 409 fields (application/json): - `correlationId` (string) The unique identifier. (A UUID specified by RFC4122). - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 502 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected