-
Notifications
You must be signed in to change notification settings - Fork 9
ReprocessBatchQcData
LinZ-GYX edited this page Jul 17, 2025
·
1 revision
Initiates a reprocessing of the QC step for the provided batch ID
https://analysis.geneyx.com/api/ReprocessBatchQcData
https://fa.shanyint.com/api/ReprocessBatchQcData
POST
JSON Structure
| Category | Parameter | Description | Required |
| Auth | ApiUserId | The API user Id | Yes |
| ApiUserKey | The API user key | Yes | |
| subject | BatchName | This is the Batch File Name assigned by Geneyx to the uploaded file | Yes |
{
"ApiUserId": "enter api user id",
"ApiUserKey": "enter api user key",
"BatchName": "string"
}
{
"Code": "success",
"Data": "Done",
"Info": null,
"MoreInfo": null,
"NeedEval": false
}