Skip to main content

Fields

annualConsumption : Int! required

Annual consumption in kWh.

annualNighttimeConsumption : Int

Annual nighttime consumption in kWh.

networkCharges : NetworkChargesInterface! required

The network charges that will have to be paid for this product. For electricity supply points this will always be ElectricityNetworkCharges, for gas supply points it will always be GasNetworkCharges.

networkOperatorNumber : String! required

The BDEW-assigned ID of the network operator.

quotedProducts : QuotedProductConnection! required

The products that have been quoted for this supply point.

You must specify at least one the first and last arguments.

Arguments
after : String
before : String
first : Int
last : Int
supplyType : SupplyType! required

The supply type of this supply point.

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

{ "annualConsumption": 97, "annualNighttimeConsumption": 28, "networkCharges": NetworkChargesInterface, "networkOperatorNumber": "raise-manager-more-rich-thought", "quotedProducts": QuotedProductConnection, "supplyType": "ELECTRICITY" }