Web Service Documentation / Categories / Connection/Share Services / Unshare Property
Updated on July 17, 2013
This web service removes an existing share between you and a specific property. An optional note indicating the reason can be included too. This optional note is provided in the XML request.
23.0
POST
/unshare/property/(propertyId)
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials | |
Content-Type | application/xml |
Yes
Parameter Name | Description |
---|---|
propertyId | Id to the property |
Request/Response | Schema Name |
---|---|
Request | authorization.xsd |
Response | response.xsd |
The following example unshares a property that has an id of 9467.
POST /unshare/property/9467<?xml version="1.0" encoding="UTF-8"?> <terminateSharingResponse> <note>Property is scheduled for demolition.</note> </terminateSharingResponse>
The following example shows that the unshare was successful.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>