GET Health/BMR?apiKey={apiKey}&Height={Height}&Weight={Weight}&Age={Age}&Gender={Gender}&WeightUnit={WeightUnit}&HeightUnit={HeightUnit}
Documentation for 'BMR'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| apiKey | Documentation for 'apiKey'. |
Define this parameter in the request URI. |
| Height | Documentation for 'Height'. |
Define this parameter in the request URI. |
| Weight | Documentation for 'Weight'. |
Define this parameter in the request URI. |
| Age | Documentation for 'Age'. |
Define this parameter in the request URI. |
| Gender | Documentation for 'Gender'. |
Define this parameter in the request URI. |
| WeightUnit | Documentation for 'WeightUnit'. |
Define this parameter in the request URI. |
| HeightUnit | Documentation for 'HeightUnit'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Validation": {
"isSuccess": true,
"Message": "sample string 2"
},
"BMR": 1.1,
"RecommendedDailyIntake": 2.1
}
application/xml, text/xml
Sample:
<dtoBMR xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCModel">
<BMR>1.1</BMR>
<RecommendedDailyIntake>2.1</RecommendedDailyIntake>
<Validation>
<Message>sample string 2</Message>
<isSuccess>true</isSuccess>
</Validation>
</dtoBMR>