POST api/v2/QCTests/CheckSampleInManualBatch
Request
URI Parameters
Body Parameters
CheckSampleInManualBatchParams| Name | Description | Type | Additional information |
|---|---|---|---|
| SampleId | integer | ||
| CurrentQCTestId | integer |
Request Formats
application/json, text/json
Sample:
{
"SampleId": 1,
"CurrentQCTestId": 1
}
text/html
Sample:
{"SampleId":1,"CurrentQCTestId":1}
Response
CheckSampleInManualBatchResult| Name | Description | Type | Additional information |
|---|---|---|---|
| IsInAnotherBatch | boolean | ||
| QCTestControlNumber | string | ||
| QCTestId | integer |
Response Format
application/json, text/json
Sample:
{
"IsInAnotherBatch": true,
"QCTestControlNumber": "sample string 2",
"QCTestId": 1
}
text/html
Sample:
{"IsInAnotherBatch":true,"QCTestControlNumber":"sample string 2","QCTestId":1}