POST api/v2/QCTests/AttachSampleMethodsToQCTest
Request
URI Parameters
Body Parameters
AttachSampleMethodsToQCTestParams| Name | Description | Type | Additional information |
|---|---|---|---|
| QCTestId | integer | ||
| SampleMethodIds | Collection of integer |
Request Formats
application/json, text/json
Sample:
{
"QCTestId": 1,
"SampleMethodIds": [
1,
2
]
}
text/html
Sample:
{"QCTestId":1,"SampleMethodIds":[1,2]}
Response
Collection of integerResponse Format
application/json, text/json
Sample:
[ 1, 2 ]
text/html
Sample:
[1,2]