Code | Description |
---|---|
401 | Unauthorized - ensure token is being passed with each service call. |
404 | Unsupported operation |
500 | Unspecified error on server. |
Param name | Description |
---|---|
fixture_id required |
ID of fixture being assigned to block. Validations:
|
uses_percent_served optional |
True if describing block with percentage that fixtures serve. False if using number_of_fixtures. Validations:
|
percent_served optional |
Percentage of block served by fixtures. Validations:
|
number_of_fixtures optional |
Number of fixtures in block (uses_percent_served must be false). Validations:
|
has_occupancy_controls optional |
True if occupancy controls are used, false otherwise. Validations:
|
has_daylight_controls optional |
DEPRECATED: Use Surfaces.daylight_controls Validations:
|