Web Service Documentation / Categories / Property Services / Edit Property EDU

Edit Property EDU

Updated on June 28, 2021

Description

This web service sets a specified electric distribution utility (EDU) for a given property. The property must be shared with you.

Version

22.0

HTTP Method

PUT

Resource URL

/property/(propertyId)/edu/(eduCode)

Header

Field Name Value Comments
Authorization Basic credentials

Authorization Required

Yes

Parameters

Parameter Name Description
eduCode Code to the electric distribution utility
propertyId Id to property

XML Schemas

Request/Response Schema Name
Request None
Response response.xsd

Example Request

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

Example Response

The following example indicates that the property was updated successfully.

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