Skip to main content

Fields

activeAmperageChangeProcess : AmperageChangeProcess

The latest active amperage change process for the account.

activeCosGainProcess : CosGainProcess

The latest active cos gain process for the account.

activeCosLossProcess : CosLossProcess

The latest active cos loss process for the account.

activeCustomerDetailsChangeProcess : CustomerDetailsChangeProcess

The latest active customer details change process for the account.

activeMoveOutProcess : MoveOutProcess

The latest active move out process for the account.

agreements : [Agreement]! required

The Agreements linked to this electricity supply point.

Arguments
onlyActive : Boolean
amperage : Int

The supply point capacity in Amperes.

Deprecation
The 'amperage' field is deprecated.

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.
canApplyAmperageChange : Boolean

An indication of whether a customer can apply for the change themselves.

canUpdateMoveInDate : Boolean

An indication of whether the move-in date can be updated.

canUpdateMoveOutDate : Boolean

An indication of whether the move-out date can be updated.

contractedCapacity : ContractCapacityType

The calculated capacity.

contractedCapacityOld : String

(Soon to be deprecated) The calculated capacity based on the agreement.

earliestAmperageChangeDate : Date! required

The earliest date in which an amperage change can be performed.

halfHourlyReadings : [ElectricityHalfHourReading!]! required

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
fromDatetime : DateTime

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

productCode : String

Base cost estimations on this product.

toDatetime : DateTime

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

id : ID
intervalReadings : [ElectricityIntervalReading!]! required

Return the monthly confirmed readings associated with a given Supply Point. Restricted by the Agreement Periods.

Arguments
endAt : DateTime default: 9999-12-29T23:59:59.999999+09:00

Defaults to the far future which will return the most recent readings.

productCode : String

Base cost estimations on this product.

sortOrder : IntervalReadingsSortOrder default: ASC

Sort order of the readings.

startAt : DateTime default: 0001-01-03T00:00:00+09:18:59

Defaults to the far future which will return the oldest readings.

kva : Int

The supply point capacity in kVA.

Deprecation
The 'kva' field is deprecated.

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.
kw : Decimal

The supply point capacity in kW.

Deprecation
The 'kw' field is deprecated.

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.
latestCosGainProcess : CosGainProcess

The latest cos gain process for the account.

latestCosLossProcess : CosLossProcess

The latest cos loss process for the account.

latestMoveInProcess : MoveInProcess

The latest active move in process for the account.

latestMoveOutProcess : MoveOutProcess

The latest move out process for the account.

The electricity meters associated with this supply point.

newAmperageOptions : [Int]! required

A list of the possible amperage values to select.

nextNextReadingDate : Date

Date of when the reading after the next reading will be collected by the grid operator.

nextReadingDate : Date

Date of when the next reading will be collected by the grid operator.

readingDateDayOfMonth : Int

The day of the month on which the reading is collected.

References for the electricity supply point.

spin : String! required

The supply point identification number.

status : SupplyPointStatus! required

The meter point status.

supplyDetails : [SupplyDetails]

Historical supply details list for this account, ordered by the valid_from date in descending order.

supplyPeriods : [SupplyPeriodType]

The supply periods for the supply point.

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

{ "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] }