GET api/Health/AddBloodPressure?DBP={DBP}&SBP={SBP}&Bmp={Bmp}&Imgs={Imgs}
添加血压,心率值
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
DBP | integer |
Required |
|
SBP | integer |
Required |
|
Bmp | integer |
Required |
|
Imgs | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Result_APIName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Data | Object |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Data": {}, "Message": "sample string 3" }
application/xml, text/xml
Sample:
<Result_API xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Web_Model"> <Code>1</Code> <Data /> <Message>sample string 3</Message> </Result_API>