Also see zone_equipment_types: List of heating/cooling types. and fuel_types: List of fuel types..

Supported Formats

json, xml

Errors

Code Description
401 Unauthorized - ensure token is being passed with each service call.
404 Unsupported operation
500 Unspecified error on server.

Params

Param name Description
heating_zone_equipment_type_id
required

Specifies type of heating.

Validations:

  • Must be a Integer

cooling_zone_equipment_type_id
required

Specifies type of cooling.

Validations:

  • Must be a Integer

heating_plant_id
optional

Type of plant for heating (see /plant_types).

Validations:

  • Must be a Integer

cooling_plant_id
optional

Type of plant for cooling (see /plant_types).

Validations:

  • Must be a Integer

heating_vintage
optional

Heating year of manufacture. Must be between 1800-current year.

Validations:

  • Must be a Integer

cooling_vintage
optional

Cooling year of manufacture. Must be between 1800-current year.

Validations:

  • Must be a Integer

cooling_efficiency
optional

Efficiency for cooling. Must be between 1.0-8.0 (COP units)

Validations:

  • Must be a Float

heating_efficiency
optional

Efficiency for heating. Must be between 1.0-8.0 (COP units) or 1-100 (Percentage) if heating_zone_equipment_type_id is 2 (Single Zone Central Furnace).

Validations:

  • Must be a Float

heating_capacity
optional

Average output capacity (tons).

Validations:

  • Must be a Float

cooling_capacity
optional

Average output capacity (tons).

Validations:

  • Must be a Float

fuel_type_id
optional

Specifies type of fuel. Required if heating_zone_equipment_type_id is Single Zone Central Furnace(2) or Heat Pump(3)

Validations:

  • Must be a Integer