POST api/PsyCalc/GetWB_By_DB_RH

Request Information

URI Parameters

None.

Body Parameters

GetWB_By_DB_RH
NameDescriptionTypeAdditional information
dblAlt

decimal number

None.

dblDB

decimal number

None.

dblRH

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "dblAlt": 1.1,
  "dblDB": 2.1,
  "dblRH": 3.1
}

application/xml, text/xml

Sample:
<PsyCalcModel.GetWB_By_DB_RH xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Oxygen8SelectorApi.Models">
  <dblAlt>1.1</dblAlt>
  <dblDB>2.1</dblDB>
  <dblRH>3.1</dblRH>
</PsyCalcModel.GetWB_By_DB_RH>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

decimal number

Response Formats

application/json, text/json

Sample:
1.1

application/xml, text/xml

Sample:
<double xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1.1</double>