Code | Description |
---|---|
401 | Unauthorized - ensure token is being passed with each service call. |
404 | Unsupported operation |
500 | Unspecified error on server. |
Param name | Description |
---|---|
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:
|
sink_source_type_id optional |
Specifies sink source. Required if heating_zone_equipment_type_id is Heat Pump(3). Validations:
|
heating_vintage optional |
Heating year of manufacture. Must be between 1800-current year. Validations:
|
cooling_vintage optional |
Cooling year of manufacture. Must be between 1800-current year. Validations:
|
heating_pieces_of_equipment optional |
Number pieces of equipment for heating. Validations:
|
cooling_pieces_of_equipment optional |
Number pieces of equipment for cooling. Validations:
|
cooling_efficiency optional |
Efficiency for cooling. Must be between 1.0-8.0 (COP units) Validations:
|
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:
|
heating_capacity optional |
Average output capacity (tons). Validations:
|
cooling_capacity optional |
Average output capacity (tons). Validations:
|
heating_plant_id optional |
Type of plant for heating (see /plant_types). Validations:
|
cooling_plant_id optional |
Type of plant for cooling (see /plant_types). Validations:
|
fan_motor_efficiency optional |
Efficiency of fan motor (percentage). Validations:
|
fan_efficiency optional |
Efficiency of fan (percentage). Validations:
|
has_economizer optional |
True if has economizer, false otherwise. Validations:
|
fan_control_id optional |
Type of fan control (see /fan_controls). Validations:
|
terminal_unit_id optional |
Type of terminal unit if distribution is Multiple Zone (see /terminal_units). Validations:
|
heating_air_handler_type_id required |
Specifies type of heating. Validations:
|
cooling_air_handler_type_id required |
Specifies type of cooling. Validations:
|
distribution_type_id optional |
Distribution type for Multiple Zone (see /distribution_types). Validations:
|
fan_static_pressure_reset optional |
fan_static_pressure_reset must be set if distribution_type is multi_zone and fan_control is variable Validations:
|
supply_air_temp_type_id optional |
sat_reset must be set if this has heating and cooling. Validations:
|
has_dcv optional |
Can only be specified if Fan Control of Variable Air Volume is used. Validations:
|