POST api/HealthCalculator/GetBodyMassIndex

Request Information

URI Parameters

None.

Body Parameters

BodyMassIndexModel
NameDescriptionTypeAdditional information
title

string

None.

basics

string

None.

bmi

decimal number

None.

height

string

None.

inches

decimal number

None.

weight

decimal number

None.

weightlo

decimal number

None.

weighthi

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "title": "sample string 1",
  "basics": "sample string 2",
  "bmi": 1.0,
  "height": "sample string 3",
  "inches": 1.0,
  "weight": 1.0,
  "weightlo": 1.0,
  "weighthi": 1.0
}

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.