ElectricitySupplyPoint
Fields
The latest active amperage change process for the account.
The latest active cos gain process for the account.
The latest active cos loss process for the account.
The latest active customer details change process for the account.
The latest active move out process for the account.
The Agreements linked to this electricity supply point.
Arguments
The supply point capacity in Amperes.
This field may not contain the most up-to-date information. Please check the supply details list for the current value.
- Marked as deprecated on 2024-12-20.
- Scheduled for removal on or after 2025-12-20.
An indication of whether a customer can apply for the change themselves.
An indication of whether the move-in date can be updated.
An indication of whether the move-out date can be updated.
The calculated capacity.
(Soon to be deprecated) The calculated capacity based on the agreement.
The earliest date in which an amperage change can be performed.
Fetch Half Hourly Readings for this SPIN from and to a given datetime of any version. Restricted by the Agreement Periods.
The possible errors that can be raised are:
- KT-CT-1609: The provided datetime ISO string is not timezone aware, please provide timezone information.
- KT-CT-1113: Disabled GraphQL field requested.
Arguments
Search for Readings where the start of the period is greater than or equal to this timezone-aware datetime.
Base cost estimations on this product.
Search for Readings where the start of the period is less than this timezone-aware datetime.
Return the monthly confirmed readings associated with a given Supply Point. Restricted by the Agreement Periods.
Arguments
Defaults to the far future which will return the most recent readings.
Base cost estimations on this product.
Sort order of the readings.
Defaults to the far future which will return the oldest readings.
The supply point capacity in kVA.
This field may not contain the most up-to-date information. Please check the supply details list for the current value.
- Marked as deprecated on 2024-12-20.
- Scheduled for removal on or after 2025-12-20.
The supply point capacity in kW.
This field may not contain the most up-to-date information. Please check the supply details list for the current value.
- Marked as deprecated on 2024-12-20.
- Scheduled for removal on or after 2025-12-20.
The latest cos gain process for the account.
The latest cos loss process for the account.
The latest active move in process for the account.
The latest move out process for the account.
The electricity meters associated with this supply point.
A list of the possible amperage values to select.
Date of when the reading after the next reading will be collected by the grid operator.
Date of when the next reading will be collected by the grid operator.
The day of the month on which the reading is collected.
References for the electricity supply point.
The supply point identification number.
The meter point status.
Historical supply details list for this account, ordered by the valid_from date in descending order.
The supply periods for the supply point.
Example
{
"activeAmperageChangeProcess": AmperageChangeProcess,
"activeCosGainProcess": CosGainProcess,
"activeCosLossProcess": CosLossProcess,
"activeCustomerDetailsChangeProcess": CustomerDetailsChangeProcess,
"activeMoveOutProcess": MoveOutProcess,
"agreements": [Agreement],
"canApplyAmperageChange": true,
"canUpdateMoveInDate": true,
"canUpdateMoveOutDate": true,
"contractedCapacity": ContractCapacityType,
"contractedCapacityOld": "player-apply-section-perform-investment",
"earliestAmperageChangeDate": "2026-07-17",
"halfHourlyReadings": [ElectricityHalfHourReading],
"id": "71295672",
"intervalReadings": [ElectricityIntervalReading],
"latestCosGainProcess": CosGainProcess,
"latestCosLossProcess": CosLossProcess,
"latestMoveInProcess": MoveInProcess,
"latestMoveOutProcess": MoveOutProcess,
"meters": [ElectricityMeter],
"newAmperageOptions": 42,
"nextNextReadingDate": "1993-10-02",
"nextReadingDate": "2006-08-23",
"readingDateDayOfMonth": 22,
"references": [ElectricitySupplyPointReference],
"spin": "measure-school-water-usually-admit",
"status": "ON_SUPPLY",
"supplyDetails": [SupplyDetails],
"supplyPeriods": [SupplyPeriodType]
}