Services relating to block_air_handlers of the Energy Asset Tool. This describes the relationship between a block and air_handler.
Code | Description |
---|---|
401 | Unauthorized - ensure token is being passed with each service call. |
404 | Unsupported operation |
500 | Unspecified error on server. |
{"air_handler_id":1,"block_id":2,"created_at":"2013-09-04T20:55:00Z","id":2,"updated_at":"2013-09-04T20:55:00Z"}
<block-air-handler> <air-handler-id type="integer">2</air-handler-id> <block-id type="integer">3</block-id> <created-at type="datetime">2013-06-28T17:08:49Z</created-at> <id type="integer">1</id> <updated-at type="datetime">2013-06-28T17:08:49Z</updated-at> </block-air-handler>
Code | Description |
---|---|
401 | Unauthorized - ensure token is being passed with each service call. |
404 | Unsupported operation |
500 | Unspecified error on server. |
Code | Description |
---|---|
401 | Unauthorized - ensure token is being passed with each service call. |
404 | Unsupported operation |
500 | Unspecified error on server. |
{"air_handler_id":1}
<block_air_handler> <air-handler-id type="integer">2</air-handler-id> </block_air_handler>
Param name | Description |
---|---|
air_handler_id required |
ID of Air Handler. Validations:
|
Code | Description |
---|---|
401 | Unauthorized - ensure token is being passed with each service call. |
404 | Unsupported operation |
500 | Unspecified error on server. |
Param name | Description |
---|---|
air_handler_id required |
ID of Air Handler. Validations:
|
Code | Description |
---|---|
401 | Unauthorized - ensure token is being passed with each service call. |
404 | Unsupported operation |
500 | Unspecified error on server. |