POST api/HealthCalculator/GetDailyEnergyExpenditure

Request Information

URI Parameters

None.

Body Parameters

DailyEnergyExpenditureModel
NameDescriptionTypeAdditional information
title

string

None.

basics

string

None.

bmi

decimal number

None.

dcr

decimal number

None.

age

integer

None.

sex

string

None.

height

string

None.

inches

decimal number

None.

weight

decimal number

None.

factor

string

None.

Request Formats

application/json, text/json

Sample:
{
  "title": "sample string 1",
  "basics": "sample string 2",
  "bmi": 1.0,
  "dcr": 1.0,
  "age": 3,
  "sex": "sample string 4",
  "height": "sample string 5",
  "inches": 1.0,
  "weight": 1.0,
  "factor": "sample string 6"
}

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.