QuotedSupplyPointType
Information about a quoted supply point.
Fields
Annual consumption in kWh.
Annual nighttime consumption in kWh.
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.
The BDEW-assigned ID of the network operator.
The products that have been quoted for this supply point.
You must specify at least one the first and last arguments.
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"
}