POST api/v2/methods/CreateMethodQCRoutine
Request
URI Parameters
Body Parameters
QCTestMethodNew| Name | Description | Type | Additional information |
|---|---|---|---|
| Identification | string | ||
| MethodId | integer | ||
| MethodMasterId | integer | ||
| TaskCountLimit | integer | ||
| BatchExpires | decimal number | ||
| EquipmentTypeId | integer | ||
| MethodStatusId | integer | ||
| RequiredMethodStatusId | integer | ||
| SampleTypeId | integer | ||
| ServiceAreaId | integer |
Request Formats
application/json, text/json
Sample:
{
"Identification": "sample string 1",
"MethodId": 2,
"MethodMasterId": 3,
"TaskCountLimit": 1,
"BatchExpires": 1.1,
"EquipmentTypeId": 1,
"MethodStatusId": 1,
"RequiredMethodStatusId": 1,
"SampleTypeId": 1,
"ServiceAreaId": 1
}
text/html
Sample:
{"Identification":"sample string 1","MethodId":2,"MethodMasterId":3,"TaskCountLimit":1,"BatchExpires":1.1,"EquipmentTypeId":1,"MethodStatusId":1,"RequiredMethodStatusId":1,"SampleTypeId":1,"ServiceAreaId":1}
Response
PageResultOfQCTestMethodNew| Name | Description | Type | Additional information |
|---|---|---|---|
| Count | integer | ||
| TotalCount | integer | ||
| Result | Collection of QCTestMethodNew |
Response Format
application/json, text/json, text/html
Sample:
Sample not available.