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