POST api/QcRecrod
Request Information
URI Parameters
None.
Body Parameters
QcRecrodDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| HospitalID | integer |
None. |
|
| Type | integer |
None. |
|
| ExamRegID | integer |
None. |
|
| ExamItemID | integer |
None. |
|
| ExamResultID | integer |
None. |
|
| QCValue | string |
None. |
|
| QCInfo | string |
None. |
|
| QCTime | date |
None. |
|
| UserID | integer |
None. |
|
| UpdateTime | date |
None. |
|
| UpdateUserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"HospitalID": 1,
"Type": 1,
"ExamRegID": 1,
"ExamItemID": 1,
"ExamResultID": 1,
"QCValue": "sample string 1",
"QCInfo": "sample string 2",
"QCTime": "2026-07-29T20:49:53.409263+08:00",
"UserID": 1,
"UpdateTime": "2026-07-29T20:49:53.409263+08:00",
"UpdateUserID": 1
}
application/xml, text/xml
Sample:
<QcRecrodDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HSYK.GWPIS.DTO"> <ExamItemID>1</ExamItemID> <ExamRegID>1</ExamRegID> <ExamResultID>1</ExamResultID> <HospitalID>1</HospitalID> <ID>1</ID> <QCInfo>sample string 2</QCInfo> <QCTime>2026-07-29T20:49:53.409263+08:00</QCTime> <QCValue>sample string 1</QCValue> <Type>1</Type> <UpdateTime>2026-07-29T20:49:53.409263+08:00</UpdateTime> <UpdateUserID>1</UpdateUserID> <UserID>1</UserID> </QcRecrodDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.