Skip to content

ReprocessBatchQcData

LinZ-GYX edited this page Jul 17, 2025 · 1 revision

ReprocessBatchQcData

Initiates a reprocessing of the QC step for the provided batch ID

Request URL:

https://analysis.geneyx.com/api/ReprocessBatchQcData

China Domain:

https://fa.shanyint.com/api/ReprocessBatchQcData

Action:

POST

Payload:

JSON Structure

Requirements

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

Example

{
  "ApiUserId": "enter api user id",
  "ApiUserKey": "enter api user key",
  "BatchName": "string"
}

Response

{
  "Code": "success",
  "Data": "Done",
  "Info": null,
  "MoreInfo": null,
  "NeedEval": false
}

Clone this wiki locally