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

Delete Property PGP

Updated on July 17, 2013

Description

This web service removes the currently assigned power generation plant (PGP) from the specified property. After the call is completed, the property does not have a power generation plant assigned to it. The property must be shared with you.

Version

22.0

HTTP Method

DELETE

Resource URL

/property/(propertyId)/pgp

Header

Field Name Value Comments
Authorization Basic credentials

Authorization Required

Yes

Parameters

Parameter Name Description
propertyId Id to property

XML Schemas

Request/Response Schema Name
Request None
Response response.xsd

Example Request

The following example removes the currently assigned power generation plants for a property that has an id of 200.

DELETE  /property/200/pgp

Example Response

The following example returns a list of power generation plants for a property that has an id of 200.

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