Agreement
Fields
The datetime when the agreement was agreed.
The earliest date that can legally be set as the last day of supply for this agreement, based on minimum term and notice period.
The annual consumption given by the customer in kWh.
The estimated monthly bill in €.
Whether the agreement is active.
Whether the agreement is affected by the price brakes.
Whether the agreement is revoked.
Whether the agreement is terminated.
The monthly standing charge in €.
Use standing_charge_gross_rate_information instead.
- Marked as deprecated on 2023-08-14.
- Scheduled for removal on or after 2024-01-01.
The net monthly standing charge in €.
The datetime when the rates were agreed.
A list of gross rate information which is relevant to the standing charge (€/month).
Quarter hourly unit rate forecast for today and tomorrow.
Note that this is only available for dynamic electricity agreements.
The possible errors that can be raised are:
- KT-CT-3956: Temporary error occurred.
- KT-CT-1113: Disabled GraphQL field requested.
A list of the gross rate information which is relevant to the unit rate (ct/kWh).
Use unit_rate_information instead
- Marked as deprecated on 2023-08-14.
- Scheduled for removal on or after 2024-01-01.
The unit rate information.
The unit rate per kWh in €.
Use unit_rate_information instead.
- Marked as deprecated on 2023-08-14.
- Scheduled for removal on or after 2024-01-01.
The datetime when the agreement is valid from.
The datetime when the agreement is valid to.
Example
{
"agreedAt": "1983-12-10T13:03:19.756318+00:00",
"earliestCancellationDate": "1975-09-22",
"estimatedAnnualConsumption": 79,
"estimatedMonthlyBillInEuros": "1.0",
"id": 87710109,
"isActive": true,
"isAffectedByPriceBrake": true,
"isRevoked": true,
"isTerminated": true,
"netMonthlyStandingCharge": "1.0",
"product": Product,
"ratesAgreedAt": "2015-10-16T19:45:08.253260+00:00",
"standingChargeGrossRateInformation": [GrossRateInformation],
"unitRateForecast": [UnitRateForecastType],
"unitRateInformation": SimpleProductUnitRateInformation,
"validFrom": "1975-03-22T05:46:26.965310+00:00",
"validTo": "1982-06-26T10:40:50.720631+00:00"
}