POST api/docs/ScalePhysiqueTemplate/Post
Request Information
URI Parameters
None.
Body Parameters
ScalePhysiqueTemplateDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| PlatformID | integer |
None. |
|
| ScaleType | integer |
None. |
|
| HospitalID | integer |
None. |
|
| BMI_Option | integer |
None. |
|
| Waist_Option | integer |
None. |
|
| FBG_Status | boolean |
None. |
|
| HbA1C_Status | boolean |
None. |
|
| BodyType | integer |
None. |
|
| Memo | string |
None. |
|
| Options | string |
None. |
|
| QiXu_Score | integer |
None. |
|
| QiXu_Result | integer |
None. |
|
| YangXu_Score | integer |
None. |
|
| YangXu_Result | integer |
None. |
|
| YinXu_Score | integer |
None. |
|
| YinXu_Result | integer |
None. |
|
| TanShi_Score | integer |
None. |
|
| TanShi_Result | integer |
None. |
|
| ShiRe_Score | integer |
None. |
|
| ShiRe_Result | integer |
None. |
|
| XueYu_Score | integer |
None. |
|
| XueYu_Result | integer |
None. |
|
| QiYu_Score | integer |
None. |
|
| QiYu_Result | integer |
None. |
|
| TeBing_Score | integer |
None. |
|
| TeBing_Result | integer |
None. |
|
| PingHe_Score | integer |
None. |
|
| PingHe_Result | integer |
None. |
|
| Result | integer |
None. |
|
| UpdateTime | date |
None. |
|
| UpdateUserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"PlatformID": 1,
"ScaleType": 1,
"HospitalID": 1,
"BMI_Option": 1,
"Waist_Option": 1,
"FBG_Status": true,
"HbA1C_Status": true,
"BodyType": 1,
"Memo": "sample string 1",
"Options": "sample string 2",
"QiXu_Score": 1,
"QiXu_Result": 1,
"YangXu_Score": 1,
"YangXu_Result": 1,
"YinXu_Score": 1,
"YinXu_Result": 1,
"TanShi_Score": 1,
"TanShi_Result": 1,
"ShiRe_Score": 1,
"ShiRe_Result": 1,
"XueYu_Score": 1,
"XueYu_Result": 1,
"QiYu_Score": 1,
"QiYu_Result": 1,
"TeBing_Score": 1,
"TeBing_Result": 1,
"PingHe_Score": 1,
"PingHe_Result": 1,
"Result": 1,
"UpdateTime": "2026-07-29T20:50:14.206191+08:00",
"UpdateUserID": 1
}
application/xml, text/xml
Sample:
<ScalePhysiqueTemplateDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HSYK.GWPIS.DTO"> <BMI_Option>1</BMI_Option> <BodyType>1</BodyType> <FBG_Status>true</FBG_Status> <HbA1C_Status>true</HbA1C_Status> <HospitalID>1</HospitalID> <ID>1</ID> <Memo>sample string 1</Memo> <Options>sample string 2</Options> <PingHe_Result>1</PingHe_Result> <PingHe_Score>1</PingHe_Score> <PlatformID>1</PlatformID> <QiXu_Result>1</QiXu_Result> <QiXu_Score>1</QiXu_Score> <QiYu_Result>1</QiYu_Result> <QiYu_Score>1</QiYu_Score> <Result>1</Result> <ScaleType>1</ScaleType> <ShiRe_Result>1</ShiRe_Result> <ShiRe_Score>1</ShiRe_Score> <TanShi_Result>1</TanShi_Result> <TanShi_Score>1</TanShi_Score> <TeBing_Result>1</TeBing_Result> <TeBing_Score>1</TeBing_Score> <UpdateTime>2026-07-29T20:50:14.206191+08:00</UpdateTime> <UpdateUserID>1</UpdateUserID> <Waist_Option>1</Waist_Option> <XueYu_Result>1</XueYu_Result> <XueYu_Score>1</XueYu_Score> <YangXu_Result>1</YangXu_Result> <YangXu_Score>1</YangXu_Score> <YinXu_Result>1</YinXu_Result> <YinXu_Score>1</YinXu_Score> </ScalePhysiqueTemplateDTO>
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.