POST api/v2/QCTests/BatchDeleteQCTests
Request
URI Parameters
Body Parameters
BatchDeleteQCTestParamsName | Description | Type | Additional information |
---|---|---|---|
Key | string | ||
Filters | string | ||
QCTestIds | Collection of integer | ||
FromId | integer | ||
ToId | integer | ||
EquipmentId | integer | ||
NoSample | boolean | ||
ResetIdCount | boolean |
Request Formats
application/json, text/json
Sample:
{ "Key": "sample string 1", "Filters": "sample string 2", "QCTestIds": [ 1, 2 ], "FromId": 1, "ToId": 1, "EquipmentId": 1, "NoSample": true, "ResetIdCount": true }
text/html
Sample:
{"Key":"sample string 1","Filters":"sample string 2","QCTestIds":[1,2],"FromId":1,"ToId":1,"EquipmentId":1,"NoSample":true,"ResetIdCount":true}
Response
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.