POST api/v2/QCTests/DetachSampleMethodFromQCTest
Request
URI Parameters
Body Parameters
DetachSampleMethodFromQCTestParams| Name | Description | Type | Additional information |
|---|---|---|---|
| QCTestId | integer | ||
| SampleMethodId | integer |
Request Formats
application/json, text/json
Sample:
{
"QCTestId": 1,
"SampleMethodId": 2
}
text/html
Sample:
{"QCTestId":1,"SampleMethodId":2}
Response
integerResponse Format
application/json, text/json, text/html
Sample:
1