POST api/v2/QCTests/CheckSampleInManualBatch

Request

URI Parameters

Body Parameters

CheckSampleInManualBatchParams
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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}