Batch Upload File

Endpoint to upload a file that generates multiple searches and investigations.

Note - file needs to be structured as per the template.

SecuritybearerToken
Request
Request Body schema: multipart/form-data
investigationType
string
Enum: "business" "individual"
File
required
string or null <binary>

Uploads a file to the server in csv format. Ensure the file follows the same format as the template.

Responses
200
400
post/protect/batchUploads
Request samples
Response samples
{
  • "id": "string",
  • "userId": 0,
  • "customerId": 0,
  • "type": "business",
  • "fileName": "string",
  • "storageFileName": "string",
  • "errorFilename": "string",
  • "rowCount": 0,
  • "status": "inProgress",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "modifiedAt": "2019-08-24T14:15:22Z"
}