MaLo
Fields
Whether the MaLo's supply point can currently be annulled.
Whether the MaLo's supply point can currently be cancelled.
Whether the MaLo's supply point can currently be revoked.
Whether the MaLo's supply point can currently be specially cancelled.
The currently valid network operator (DNO) for this MaLo's supply point.
The estimated annual consumptions for this MaLo's supply point.
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.
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.
The MaLo number.
The MeLo number.
Use meters instead, which exposes meloNumber per meter.
- Marked as deprecated on 2026-03-27.
- Scheduled for removal on or after 2027-03-27.
The currently active meter.
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.
The currently active meters, one per MeLo attached to this MaLo.
The currently valid meter operator (MOP) for this MaLo's supply point.
The reference consumption related to energy price brake.
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.
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.
ID of the supply point.
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.
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.
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
}