Web Service Documentation / Categories / Property Services / Edit Property EDU
Updated on June 28, 2021
This web service sets a specified electric distribution utility (EDU) for a given property. The property must be shared with you.
25.0
PUT
/property/(propertyId)/edu/(eduCode)
| Field Name | Value | Comments |
|---|---|---|
| Authorization | Basic credentials |
Yes
| Parameter Name | Description |
|---|---|
| eduCode | Code to the electric distribution utility |
| propertyId | Id to property |
| Request/Response | Schema Name |
|---|---|
| Request | None |
| Response | response.xsd |
The following example assigns an electric distribution utility that has a code of 12199 to the property that has an id of 200.
PUT /property/200/edu/12199
The following example indicates that the property was updated successfully.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>
