POST api/plates/plates
Request Information
URI Parameters
None.
Body Parameters
CLSPlate| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| PcrGroupId | integer |
None. |
|
| Status | StatusPlate |
None. |
|
| Producer | string |
None. |
|
| Code | string |
None. |
|
| DepartmentId | integer |
None. |
|
| PcrSetId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"pcrGroupId": 2,
"status": 0,
"producer": "sample string 3",
"code": "sample string 4",
"departmentId": 5,
"pcrSetId": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.