Web Service Documentation / Categories / Building Services / Remove Building Association
Updated on July 17, 2013
This web service removes the association between a specific building and property.
23.0
DELETE
/association/property/(propertyId)/building/(buildingId)
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
None
Request/Response | Schema Name |
---|---|
Request | None |
Response | response.xsd |
The following example removes the association between the building with an id of 3998 and the property that has an id of 3523.
DELETE /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"/>