Skip to main content

Fields

currency : String! required

Price currency.

energyUseTimeSlot : EnergyUseTimeSlot! required

Time slot where the energy is being used.

Deprecation
The 'energyUseTimeSlot' field is deprecated.

Use the field 'temporalClass' instead.

- Marked as deprecated on 2025-11-25.
- Scheduled for removal on or after 2026-12-31.
maxSubscribedMaxPower : Int! required

Maximum subscribed max power (in kVA) up to which the rate applies.

minSubscribedMaxPower : Int! required

Minimum subscribed max power (in kVA) for which the rate applies.

pricePerUnit : Decimal! required

Price per unit (without taxes).

pricePerUnitWithTaxes : Decimal! required

Price per unit (with taxes).

providerCalendar : ElectricityProviderCalendarType! required

Provider calendar for which the rate applies.

Deprecation
The 'providerCalendar' field is deprecated.

Use providerCalendarId instead.

- Marked as deprecated on 2026-06-18.
- Scheduled for removal on or after 2026-12-31.
providerCalendarId : String! required

Provider calendar id for which the rate applies.

temporalClass : ProviderTemporalClassType

Temporal class of the product rate.

unitType : ProductRateUnitType! required

Unit type.

validFrom : DateTime

Datetime for the beginning of the rate validity.

validTo : DateTime

Datetime for end of the rate validity.

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

{ "currency": "current-type-over-might-visit", "maxSubscribedMaxPower": 92, "minSubscribedMaxPower": 40, "pricePerUnit": "1.0", "pricePerUnitWithTaxes": "1.0", "providerCalendarId": "32859000", "temporalClass": ProviderTemporalClassType, "unitType": "DAYS_ON_SUPPLY", "validFrom": "1995-06-07T19:30:16.026948+00:00", "validTo": "2007-11-07T20:55:04.695493+00:00" }