announcement

During the current lapse in appropriations, EPA intends to keep the ENERGY STAR website, tools, and resources available, however they will not be updated regularly. Many services may not be available during this time.

Web Service Documentation / Categories / Meter Services / Disassociate Meter From a Property Use

Disassociate Meter From a Property Use

Updated on July 17, 2013

Description

This web service disassociates a specific meter from a given property use.

Version

25.0

HTTP Method

DELETE

Resource URL

/association/propertyUse/(propertyUseId)/meter/(meterId)

Header

Field Name Value Comments
Authorization Basic credentials

Authorization Required

Yes

Parameters

Parameter Name Description
meterId Id to the meter
propertyUseId Id to the property use

XML Schemas

Request/Response Schema Name
Request None
Response response.xsd

Example Request

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

Example Response

The following example indicates that the disassociation was performed successfully.

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