Web Service Documentation /
Categories /
Building Services /
Remove Building Association
Remove Building Association
Updated on
July 17, 2013
Description
This web service removes the association between a specific building and property.
Version
25.0
HTTP Method
DELETE
Resource URL
/association/property/(propertyId)/building/(buildingId)
Header
Field Name |
Value |
Comments |
Authorization |
Basic credentials |
|
Authorization Required
Yes
XML Schemas
Request/Response |
Schema Name |
Request |
None
|
Response |
response.xsd
|
Example Request
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
Example Response
The following example indicates that the association was performed successfully.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>