POST api/HealthCalculator/GetTargetHeartRate
Request Information
URI Parameters
None.
Body Parameters
TargetHeartRateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| title | string |
None. |
|
| basics | string |
None. |
|
| age | integer |
None. |
|
| avgfitlow | integer |
None. |
|
| avgfithigh | integer |
None. |
|
| supfitlow | integer |
None. |
|
| supfithigh | integer |
None. |
|
| avgfitlows | integer |
None. |
|
| avgfithighs | integer |
None. |
|
| supfitlows | integer |
None. |
|
| supfithighs | integer |
None. |
|
| table | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"title": "sample string 1",
"basics": "sample string 2",
"age": 3,
"avgfitlow": 4,
"avgfithigh": 5,
"supfitlow": 6,
"supfithigh": 7,
"avgfitlows": 8,
"avgfithighs": 9,
"supfitlows": 10,
"supfithighs": 11,
"table": "sample string 12"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |