Skip to main content

Fields

agreements : [GenerationAgreement]

The Agreements linked to this electricity generation point.

gpin : String! required

The generation point identification number.

halfHourlyReadings : [ElectricityHalfHourReading!]! required

Fetch Half Hourly Readings for this GPIN from and to a given datetime of any version. Restricted by the Agreement Periods.

Arguments
fromDatetime : DateTime

Search for Readings where the start of the period is greater than or equal to this datetime.

productCode : String

Base cost estimations on this product.

toDatetime : DateTime

Search for Readings where the start of the period is less than this datetime.

id : ID

Electricity generation point id.

intervalReadings : [ExportIntervalReadings!]! required

Return the monthly confirmed Export readings associated with a given Electricity Generation Point.Restricted by the Agreement Periods.

Arguments
productCode : String

Base cost estimations on this product.

latestExportCosGainProcess : ExportCosGainProcess

The most recent Export Cos Gain Process.

status : GenerationPointStatus! required

The generation point status.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "agreements": [GenerationAgreement], "gpin": "think-agency-modern-bed-song", "halfHourlyReadings": [ElectricityHalfHourReading], "id": "21513905", "intervalReadings": [ExportIntervalReadings], "latestExportCosGainProcess": ExportCosGainProcess, "status": "UNDER_CONTRACT" }