Skip to main content

Arguments

brandCode : String

The market brand code.

date : Date

The date when product must be available.

Returns

TariffType

Allowed Viewers

Customer Partner User Third party

Query Complexity

1

Examples

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.

Query

query ActiveTariffs( $brandCode: String, $date: Date ) { activeTariffs( brandCode: $brandCode, date: $date ) { electricityTariffs { ...ProductFragment } gasTariffs { ...ProductFragment } } }

Variables

{ "brandCode": "conference-change-center-tend-figure", "date": "2010-03-22" }

Response

{ "data": { "activeTariffs": { "electricityTariffs": [Product], "gasTariffs": [Product] } } }