Skip to main content

Fields

currency : String! required

Price currency.

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.

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": "along-article-subject-amount-event", "maxSubscribedMaxPower": 16, "minSubscribedMaxPower": 56, "pricePerUnit": "1.0", "pricePerUnitWithTaxes": "1.0", "providerCalendarId": "22218874", "unitType": "DAYS_ON_SUPPLY", "validFrom": "1980-10-04T13:49:16.613327+00:00", "validTo": "1998-04-11T23:16:39.667074+00:00" }