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.
pricePerUnit : Decimal! required

Price per unit (without taxes).

pricePerUnitWithTaxes : Decimal! required

Price per unit (with taxes).

timeSlots : [TimeSlotPeriod]

List of time slots.

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": "family-staff-kid-recognize-play", "pricePerUnit": "1.0", "pricePerUnitWithTaxes": "1.0", "timeSlots": [TimeSlotPeriod], "unitType": "DAYS_ON_SUPPLY", "validFrom": "1999-05-16T14:47:44.548126+00:00", "validTo": "1973-03-04T03:54:01.161103+00:00" }