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

Edit Property PGP

Updated on June 28, 2021

Description

This web service sets a specified power generation plant (PGP) for a given property. The property must be shared with you.

Version

22.0

HTTP Method

PUT

Resource URL

/property/(propertyId)/pgp/(plantCode)

Header

Field Name Value Comments
Authorization Basic credentials

Authorization Required

Yes

Parameters

Parameter Name Description
plantCode ORIS plant code of the power generation plant
propertyId Id to property

XML Schemas

Request/Response Schema Name
Request None
Response response.xsd

Example Request

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

Example Response

The following example indicates that the property was updated successfully.

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