POST api/me/my-health

Request Information

URI Parameters

None.

Body Parameters

MemberHealthHistoryModel
NameDescriptionTypeAdditional information
Id

integer

None.

Weight

decimal number

None.

Height

decimal number

None.

BloodPressureFrom

decimal number

None.

BloodPressureTo

decimal number

None.

Pulse

decimal number

None.

BloodGlucoseFasting

decimal number

None.

BloodGlucoseRandom

decimal number

None.

HbA1c

decimal number

None.

Cholesterol

decimal number

None.

Triglyceride

decimal number

None.

HDLCholesterol

decimal number

None.

LDLCholesterol

decimal number

None.

UricAcid

decimal number

None.

Allergy

string

None.

UnderlyingMedicalIllness

string

None.

Remarks

string

None.

DateCreatedString

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Weight": 2.1,
  "Height": 3.1,
  "BloodPressureFrom": 4.1,
  "BloodPressureTo": 5.1,
  "Pulse": 6.1,
  "BloodGlucoseFasting": 7.1,
  "BloodGlucoseRandom": 8.1,
  "HbA1c": 9.1,
  "Cholesterol": 10.1,
  "Triglyceride": 11.1,
  "HDLCholesterol": 12.1,
  "LDLCholesterol": 13.1,
  "UricAcid": 14.1,
  "Allergy": "sample string 15",
  "UnderlyingMedicalIllness": "sample string 16",
  "Remarks": "sample string 17",
  "DateCreatedString": "sample string 18"
}

application/xml, text/xml

Sample:
<MemberHealthHistoryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HyperQB.Property.API.Models">
  <Allergy>sample string 15</Allergy>
  <BloodGlucoseFasting>7.1</BloodGlucoseFasting>
  <BloodGlucoseRandom>8.1</BloodGlucoseRandom>
  <BloodPressureFrom>4.1</BloodPressureFrom>
  <BloodPressureTo>5.1</BloodPressureTo>
  <Cholesterol>10.1</Cholesterol>
  <DateCreatedString>sample string 18</DateCreatedString>
  <HDLCholesterol>12.1</HDLCholesterol>
  <HbA1c>9.1</HbA1c>
  <Height>3.1</Height>
  <Id>1</Id>
  <LDLCholesterol>13.1</LDLCholesterol>
  <Pulse>6.1</Pulse>
  <Remarks>sample string 17</Remarks>
  <Triglyceride>11.1</Triglyceride>
  <UnderlyingMedicalIllness>sample string 16</UnderlyingMedicalIllness>
  <UricAcid>14.1</UricAcid>
  <Weight>2.1</Weight>
</MemberHealthHistoryModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.