POST api/plates/shtativs
Request Information
URI Parameters
None.
Body Parameters
CLSShtativ| Name | Description | Type | Additional information |
|---|---|---|---|
| DepartmentId | integer |
None. |
|
| PcrGroupId | integer |
None. |
|
| OpenDate | date |
None. |
|
| ShtativTypeId | integer |
None. |
|
| PcrSetId | integer |
None. |
|
| RackBarcode | integer |
None. |
|
| Status | StatusShtativ |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"departmentId": 1,
"pcrGroupId": 2,
"openDate": "2026-08-10T14:16:07.6797819+05:00",
"shtativTypeId": 3,
"pcrSetId": 4,
"rackBarcode": 5,
"status": 0,
"userId": 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.