Upload and Validate Case
Upload and validate a case file.
Path Parameters
projectId string required
metaId string required
Query Parameters
rowsToValidate int32
Default value: 100
Responses
- 200
- 401
- 403
- 404
- 500
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
notUploadedFiles string[] nullable
totalFilesReceived int32
totalSizeUploaded string nullable
uploadedFiles object[] nullable
caseId string nullable
lineCount int64
uploadedFileName string nullable
{
"notUploadedFiles": [
"string"
],
"totalFilesReceived": 0,
"totalSizeUploaded": "string",
"uploadedFiles": [
{
"caseId": "string",
"lineCount": 0,
"uploadedFileName": "string"
}
]
}
Unauthorized
Forbidden
Not Found
Internal Server Error
Loading...