During the current lapse in appropriations, EPA intends to keep the ENERGY STAR website, tools, and resources available, however they will not be updated regularly. Many services may not be available during this time.
Web Service Documentation / Categories / Building Services / Associate Building to a Property
Updated on July 17, 2013
This web service associates a specific building to a specific property.
25.0
POST
/association/property/(propertyId)/building/(buildingId)
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
buildingId | Id to the building that will be associated |
propertyId | Id to the property that the building will be associated to |
Request/Response | Schema Name |
---|---|
Request | None |
Response | response.xsd |
The following example associates the building with an id of 3998 to the property that has an id of 3523.
POST /association/property/3523/building/3998
The following example indicates that the association was performed successfully.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>