Web Service Documentation / Categories / Property Services / Get Property EDU List
Updated on June 28, 2021
This web service returns a list of electric distribution utilities (EDU) that identifies the regional power grid for a specific property. The preferred and currently assigned electric distribution utility to your property is also indicated in the list.
23.0
GET
/property/(propertyId)/edu/list
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
propertyId | Id to property |
Request/Response | Schema Name |
---|---|
Request | None |
Response | edu.xsd |
The following example retrieves a list of electric distribution utilities for a property that has an id of 200.
GET /property/200/edu/list
The following example returns a list of electric distribution utilities for a property that has an id of 200.
<?xml version="1.0" encoding="UTF-8"?>
<eduList>
<edu eGridName="Southwest US" eGridCode="AZNM" selected="false" preferred="true" name="ACME City Municipal Electric" eduCode="12087"/>
<edu eGridName="Southwest US" eGridCode="AZNM" selected="true" preferred="false" name="ACME Electric Company" eduCode="12199"/>
</eduList>