POST Api/PC/JKTJData
舜玉在用
Request Information
URI Parameters
None.
Body Parameters
GtTestName | Description | Type | Additional information |
---|---|---|---|
ID |
ID |
globally unique identifier |
None. |
CardID |
身份证 |
string |
None. |
Height |
身高 |
decimal number |
None. |
Weight |
体重 |
decimal number |
None. |
RBloodUp |
右侧高压 |
integer |
None. |
RBloodDown |
右侧低压 |
integer |
None. |
WL |
腰围 |
decimal number |
None. |
PR |
脉率 |
integer |
None. |
BMI |
体脂 |
decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": "dbebf55f-7bd6-4c37-b3b9-6f225cfeffcc", "CardID": "sample string 2", "Height": 1.0, "Weight": 1.0, "RBloodUp": 1, "RBloodDown": 1, "WL": 1.0, "PR": 1, "BMI": 1.0 }
application/xml, text/xml
Sample:
<GtTest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GT.MobileAPI.Areas.Models"> <BMI>1</BMI> <CardID>sample string 2</CardID> <Height>1</Height> <ID>dbebf55f-7bd6-4c37-b3b9-6f225cfeffcc</ID> <PR>1</PR> <RBloodDown>1</RBloodDown> <RBloodUp>1</RBloodUp> <WL>1</WL> <Weight>1</Weight> </GtTest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.