Web Service Documentation / Categories / Building Services / Associate Building to a Property

Associate Building to a Property

Updated on July 17, 2013

Description

This web service associates a specific building to a specific property.

Version

22.0

HTTP Method

POST

Resource URL

/association/property/(propertyId)/building/(buildingId)

Header

Field Name Value Comments
Authorization Basic credentials

Authorization Required

Yes

Parameters

Parameter Name Description
buildingId Id to the building that will be associated
propertyId Id to the property that the building will be associated to

XML Schemas

Request/Response Schema Name
Request None
Response response.xsd

Example Request

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

Example Response

The following example indicates that the association was performed successfully.

<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>
TEST