PUT api/ScaleSelfCare
Request Information
URI Parameters
None.
Body Parameters
ScaleSelfCareDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| HospitalID | integer |
None. |
|
| ExamRegID | integer |
None. |
|
| ExamItemID | integer |
None. |
|
| ExamResultID | integer |
None. |
|
| ScaleMode | integer |
None. |
|
| Q1 | integer |
None. |
|
| Q2 | integer |
None. |
|
| Q3 | integer |
None. |
|
| Q4 | integer |
None. |
|
| Q5 | integer |
None. |
|
| Score | integer |
None. |
|
| Result | integer |
None. |
|
| UpdateTime | date |
None. |
|
| UpdateUserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"HospitalID": 1,
"ExamRegID": 1,
"ExamItemID": 1,
"ExamResultID": 1,
"ScaleMode": 1,
"Q1": 1,
"Q2": 1,
"Q3": 1,
"Q4": 1,
"Q5": 1,
"Score": 1,
"Result": 1,
"UpdateTime": "2026-07-29T20:50:14.4718396+08:00",
"UpdateUserID": 1
}
application/xml, text/xml
Sample:
<ScaleSelfCareDTO 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> <Q1>1</Q1> <Q2>1</Q2> <Q3>1</Q3> <Q4>1</Q4> <Q5>1</Q5> <Result>1</Result> <ScaleMode>1</ScaleMode> <Score>1</Score> <UpdateTime>2026-07-29T20:50:14.4718396+08:00</UpdateTime> <UpdateUserID>1</UpdateUserID> </ScaleSelfCareDTO>
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.