Skip to main content

Fields

agreements : [Agreement]
canBeAnnulled : Boolean

Whether the MaLo's supply point can currently be annulled.

canBeCancelled : Boolean

Whether the MaLo's supply point can currently be cancelled.

canBeRevoked : Boolean

Whether the MaLo's supply point can currently be revoked.

canBeSpeciallyCancelled : Boolean

Whether the MaLo's supply point can currently be specially cancelled.

The currently valid network operator (DNO) for this MaLo's supply point.

estimatedAnnualConsumptions : [EstimatedAnnualConsumptionType]

The estimated annual consumptions for this MaLo's supply point.

firstDayOfSupply : Date

The first day on which we supply this MaLo. Also known as the supply start date. This is the first day of the currently active supply period, a future supply period, or a past supply period. The date is returned in the local timezone. Null if no supply period is available.

id : ID
lastDayOfSupply : Date

The last day (inclusive) on which we supply this MaLo. Also known as the supply end date. This is the last day of the currently active supply period, a future supply period, or a past supply period. The date is returned in the local timezone. Null if there is no supply period or if the supply period is open-ended.

maloNumber : String

The MaLo number.

meloNumber : String

The MeLo number.

Deprecation
The 'meloNumber' field is deprecated.

Use meters instead, which exposes meloNumber per meter.

- Marked as deprecated on 2026-03-27.
- Scheduled for removal on or after 2027-03-27.
meter : Meter

The currently active meter.

Deprecation
The 'meter' field is deprecated.

Use meters instead, which supports multiple MeLos per MaLo.

- Marked as deprecated on 2026-03-27.
- Scheduled for removal on or after 2027-03-27.
meters : [Meter]

The currently active meters, one per MeLo attached to this MaLo.

The currently valid meter operator (MOP) for this MaLo's supply point.

referenceConsumption : Int

The reference consumption related to energy price brake.

status : String
Deprecation
The 'status' field is deprecated.

This field hasn't contained sensible data in years and will be removed.

- Marked as deprecated on 2026-01-09.
- Scheduled for removal on or after 2026-02-09.
supplyLifecycleStatus : SupplyLifecycleStatus

The status of the current supply lifecycle. If no current supply lifecycle is available, we will return last one.

The possible errors that can be raised are:

  • KT-DE-8812: Supply lifecycle not found.
  • KT-CT-1113: Disabled GraphQL field requested.
supplyPointId : ID

ID of the supply point.

supplyStartDate : Date

The supply start date, either of the currently active supply period, a future supply period, or a past supply period. The date is returned in the local timezone. Null if no supply period is available.

Deprecation
The 'supplyStartDate' field is deprecated.

Use firstDayOfSupply instead.

- Marked as deprecated on 2024-10-18.
- Scheduled for removal on or after 2025-01-01.

The currently valid transmission system operator (TSO) for this MaLo's 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

{ "agreements": [Agreement], "canBeAnnulled": true, "canBeCancelled": true, "canBeRevoked": true, "canBeSpeciallyCancelled": true, "dno": MarketParticipantType, "estimatedAnnualConsumptions": [EstimatedAnnualConsumptionType], "firstDayOfSupply": "2010-09-27", "id": "51002963", "lastDayOfSupply": "1973-11-13", "maloNumber": "direction-focus-up-western-and", "meters": [Meter], "mop": MarketParticipantType, "referenceConsumption": 77, "supplyLifecycleStatus": "A00_STARTED", "supplyPointId": "13125048", "tso": MarketParticipantType }