POST api/HealthCalculator/GetIdealWeight

Request Information

URI Parameters

None.

Body Parameters

IdealWeightModel
NameDescriptionTypeAdditional information
title

string

None.

basics

string

None.

height

string

None.

inches

decimal number

None.

weightmid

decimal number

None.

weightlo

decimal number

None.

weighthi

decimal number

None.

sex

string

None.

Request Formats

application/json, text/json

Sample:
{
  "title": "sample string 1",
  "basics": "sample string 2",
  "height": "sample string 3",
  "inches": 1.0,
  "weightmid": 1.0,
  "weightlo": 1.0,
  "weighthi": 1.0,
  "sex": "sample string 4"
}

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.