POST api/Performance/GetDynamicsPerf

Request Information

URI Parameters

None.

Body Parameters

DynamicsInpParams
NameDescriptionTypeAdditional information
strJobUoMIdCode

string

None.

strProdUoMIdCode

string

None.

strProdIdCode

string

None.

strFanCoilMountIdCode

string

None.

strHeatFluidTypeIdCode

string

None.

strHeatFluidConcenIdCode

string

None.

strCoolFluidTypeIdCode

string

None.

strCoolFluidConcenIdCode

string

None.

strHeatModeFanSpeedIdCode

string

None.

strCoolModeFanSpeedIdCode

string

None.

intAltitude

integer

None.

dblHeatEWT

decimal number

None.

dblHeatLWT

decimal number

None.

dblHeatEAT

decimal number

None.

dblCoolEWT

decimal number

None.

dblCoolLWT

decimal number

None.

dblCoolEAT

decimal number

None.

dblCoolEARH

decimal number

None.

dblESP

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "dblCoolEARH": 18.1,
  "dblCoolEAT": 17.1,
  "dblCoolEWT": 15.1,
  "dblCoolLWT": 16.1,
  "dblESP": 19.1,
  "dblHeatEAT": 14.1,
  "dblHeatEWT": 12.1,
  "dblHeatLWT": 13.1,
  "intAltitude": 11,
  "strCoolFluidConcenIdCode": "sample string 8",
  "strCoolFluidTypeIdCode": "sample string 7",
  "strCoolModeFanSpeedIdCode": "sample string 10",
  "strFanCoilMountIdCode": "sample string 4",
  "strHeatFluidConcenIdCode": "sample string 6",
  "strHeatFluidTypeIdCode": "sample string 5",
  "strHeatModeFanSpeedIdCode": "sample string 9",
  "strJagaModelCode": "sample string 20",
  "strJobUoMIdCode": "sample string 1",
  "strProdCatTypeIdCode": "sample string 22",
  "strProdIdCode": "sample string 3",
  "strProdModelIdCode": "sample string 21",
  "strProdUoMIdCode": "sample string 2"
}

application/octet-stream

Sample:
{"dblCoolEARH":18.1,"dblCoolEAT":17.1,"dblCoolEWT":15.1,"dblCoolLWT":16.1,"dblESP":19.1,"dblHeatEAT":14.1,"dblHeatEWT":12.1,"dblHeatLWT":13.1,"intAltitude":11,"strCoolFluidConcenIdCode":"sample string 8","strCoolFluidTypeIdCode":"sample string 7","strCoolModeFanSpeedIdCode":"sample string 10","strFanCoilMountIdCode":"sample string 4","strHeatFluidConcenIdCode":"sample string 6","strHeatFluidTypeIdCode":"sample string 5","strHeatModeFanSpeedIdCode":"sample string 9","strJagaModelCode":"sample string 20","strJobUoMIdCode":"sample string 1","strProdCatTypeIdCode":"sample string 22","strProdIdCode":"sample string 3","strProdModelIdCode":"sample string 21","strProdUoMIdCode":"sample string 2"}

application/xml, text/xml

Sample:
<ClsPerfModel.DynamicsInpParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JagaSelectorApi.Models">
  <dblCoolEARH>18.1</dblCoolEARH>
  <dblCoolEAT>17.1</dblCoolEAT>
  <dblCoolEWT>15.1</dblCoolEWT>
  <dblCoolLWT>16.1</dblCoolLWT>
  <dblESP>19.1</dblESP>
  <dblHeatEAT>14.1</dblHeatEAT>
  <dblHeatEWT>12.1</dblHeatEWT>
  <dblHeatLWT>13.1</dblHeatLWT>
  <intAltitude>11</intAltitude>
  <strCoolFluidConcenIdCode>sample string 8</strCoolFluidConcenIdCode>
  <strCoolFluidTypeIdCode>sample string 7</strCoolFluidTypeIdCode>
  <strCoolModeFanSpeedIdCode>sample string 10</strCoolModeFanSpeedIdCode>
  <strFanCoilMountIdCode>sample string 4</strFanCoilMountIdCode>
  <strHeatFluidConcenIdCode>sample string 6</strHeatFluidConcenIdCode>
  <strHeatFluidTypeIdCode>sample string 5</strHeatFluidTypeIdCode>
  <strHeatModeFanSpeedIdCode>sample string 9</strHeatModeFanSpeedIdCode>
  <strJagaModelCode>sample string 20</strJagaModelCode>
  <strJobUoMIdCode>sample string 1</strJobUoMIdCode>
  <strProdCatTypeIdCode>sample string 22</strProdCatTypeIdCode>
  <strProdIdCode>sample string 3</strProdIdCode>
  <strProdModelIdCode>sample string 21</strProdModelIdCode>
  <strProdUoMIdCode>sample string 2</strProdUoMIdCode>
</ClsPerfModel.DynamicsInpParams>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json, application/octet-stream

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>