POST api/v2/QCTests/CreateNewQCTest

Request

URI Parameters

Body Parameters

CreateNewQCTestParams
NameDescriptionTypeAdditional information
QCRoutineBatchId

integer

EquipmentId

integer

SampleMethodIds

Collection of integer

Request Formats

application/json, text/json

Sample:
{
  "QCRoutineBatchId": 1,
  "EquipmentId": 1,
  "SampleMethodIds": [
    1,
    2
  ]
}

text/html

Sample:
{"QCRoutineBatchId":1,"EquipmentId":1,"SampleMethodIds":[1,2]}

Response

integer

Response Format

application/json, text/json, text/html

Sample:
1