Web Service Documentation / Categories / Meter Services / Disassociate Meter From a Property Use
Updated on July 17, 2013
This web service disassociates a specific meter from a given property use.
23.0
DELETE
/association/propertyUse/(propertyUseId)/meter/(meterId)
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
meterId | Id to the meter |
propertyUseId | Id to the property use |
Request/Response | Schema Name |
---|---|
Request | None |
Response | response.xsd |
The following example disassociates the meter that has an id of 1 from the property use that has an id of 1001.
DELETE /association/propertyUse/1001/meter/1
The following example indicates that the disassociation was performed successfully.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>