Web Service Documentation / Categories / Meter Services / Get Associated Property Use Meters

Get Associated Property Use Meters

Updated on July 17, 2013

Description

This web service returns a list of meters that are associated to a specific property use.

Version

22.0

HTTP Method

GET

Resource URL

/association/propertyUse/(propertyUseId)/meter

Header

Field Name Value Comments
Authorization Basic credentials

Authorization Required

Yes

Parameters

None

XML Schemas

Request/Response Schema Name
Request None
Response association.xsd

Example Request

The following example retrieves the list of meters that are associated to a property use that has an id of 1001.

GET  /association/propertyUse/1001/meter

Example Response

The following example returns the list of meters that are associated to a property use that has an id of 1001.

<?xml version="1.0" encoding="UTF-8"?>
<meterPropertyUseAssociationList>
    <meterId>11</meterId>
    <meterId>21</meterId>
</meterPropertyUseAssociationList>
TEST