Code | Description |
---|---|
401 | Unauthorized - ensure token is being passed with each service call. |
404 | Unsupported operation |
500 | Unspecified error on server. |
422 | A block's shape_id can NOT be modified. |
Param name | Description |
---|---|
shape_id required |
ID for the shape of this block. Validations:
|
dimension_1 required |
Length of dimension 1 (in feet). Validations:
|
dimension_2 required |
Length of dimension 2 (in feet). Validations:
|
dimension_3 optional |
Length of dimension 3 (in feet). Depends on shape if required. Validations:
|
dimension_4 optional |
Length of dimension 4 (in feet). Depends on shape if required. Validations:
|
dimension_5 optional |
Length of dimension 5 (in feet). Depends on shape if required. Validations:
|
dimension_6 optional |
Length of dimension 6 (in feet). Depends on shape if required. Validations:
|
dimension_7 optional |
Length of dimension 7 (in feet). Depends on shape if required. Validations:
|
dimension_8 optional |
Length of dimension 8 (in feet). Depends on shape if required. Validations:
|
number_of_floors required |
Number of floors in block (1-500). Validations:
|
floor_to_floor_height required |
Average floor-to-floor height (in feet). Must be greater than 9. Validations:
|
floor_to_ceiling_height required |
Average floor-to-ceiling height (in feet). Must be greater than 0. Validations:
|
has_drop_ceiling optional |
True if block has a drop ceiling, false otherwise Validations:
|
orientation required |
Degrees from North of block (0-359). Validations:
|
is_above_ground required |
True if above ground, false if below ground. Validations:
|
vertices required |
x,y coordinates for the block vertices. Validations:
|
position required |
x,y coordinates of block position. Validations:
|
number_of_bg_floors optional |
DEPRECATED - use number_of_floors. Validations:
|
uses_percent_served optional |
True of uses percent served, false otherwise. Validations:
|
has_timer_controls optional |
True if block has timer controls, false otherwise. Validations:
|
skylight_id optional |
ID of Skylight assigned to block. Validations:
|
skylight_layout_id optional |
ID of Skylight layout. Validations:
|
percent_footprint optional |
Skylight percent of roof area (usually 3%-5%). Validations:
|
roof_id optional |
ID of roof assigned to block. Validations:
|
floor_id optional |
ID of floor assigned to block. Validations:
|
operation_id optional |
ID of operation assigned to block. Validations:
|
building_use_type_id optional |
ID of building use type assigned to block. Validations:
|
perimeter_zone_depth optional |
Perimeter zone depth. Validations:
|
zone_layout_id optional |
ID of zone layout. Validations:
|
operating_season_id optional |
ID of operating season. Validations:
|
low_flow_faucets optional |
True of low flow faucets used, false otherwise. Validations:
|
co_sensors optional |
True if CO Sensors, false otherwise. Validations:
|