POST api/fetchhealthscore

Request Information

URI Parameters

None.

Body Parameters

HealthScoreModel
NameDescriptionTypeAdditional information
HSID

integer

None.

UUID

string

None.

BodyProfile

integer

None.

LifeStyle

integer

None.

Diet

integer

None.

Stress

integer

None.

HealthScore

integer

None.

Active

integer

None.

BMI

decimal number

None.

healthPrescription

string

None.

bmiInfo

string

None.

CreatedAt

date

None.

HappinessScore

string

None.

Name

string

None.

Age

integer

None.

Height

decimal number

None.

Weight

decimal number

None.

TargetWeight

decimal number

None.

SMSFlag

integer

None.

HealthPrintBitly

string

None.

Tags

string

None.

Request Formats

application/json, text/json

Sample:
{
  "HSID": 1,
  "UUID": "sample string 2",
  "BodyProfile": 3,
  "LifeStyle": 4,
  "Diet": 5,
  "Stress": 6,
  "HealthScore": 7,
  "Active": 8,
  "BMI": 9.0,
  "healthPrescription": "sample string 10",
  "bmiInfo": "sample string 11",
  "CreatedAt": "2026-08-13T01:04:35.8311904+05:30",
  "HappinessScore": "sample string 13",
  "Name": "sample string 14",
  "Age": 15,
  "Height": 16.0,
  "Weight": 17.0,
  "TargetWeight": 18.0,
  "SMSFlag": 19,
  "HealthPrintBitly": "sample string 20",
  "Tags": "sample string 21"
}

application/xml, text/xml

Sample:
<HealthScoreModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WYH_Health.Models">
  <Active>8</Active>
  <Age>15</Age>
  <BMI>9</BMI>
  <BodyProfile>3</BodyProfile>
  <CreatedAt>2026-08-13T01:04:35.8311904+05:30</CreatedAt>
  <Diet>5</Diet>
  <HSID>1</HSID>
  <HappinessScore>sample string 13</HappinessScore>
  <HealthPrintBitly>sample string 20</HealthPrintBitly>
  <HealthScore>7</HealthScore>
  <Height>16</Height>
  <LifeStyle>4</LifeStyle>
  <Name>sample string 14</Name>
  <SMSFlag>19</SMSFlag>
  <Stress>6</Stress>
  <Tags>sample string 21</Tags>
  <TargetWeight>18</TargetWeight>
  <UUID>sample string 2</UUID>
  <Weight>17</Weight>
  <bmiInfo>sample string 11</bmiInfo>
  <healthPrescription>sample string 10</healthPrescription>
</HealthScoreModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.