QuotedProduct
Fields
The annual amount for the subscription.
The cost for the subscription.
The client specific parameters of the quoted product.
Deprecation
The 'clientParams' field is deprecated.Should not use this generic scalar. Please use/create typed fields instead. (ex: clientParams.monthlyAmount and clientParams.annualAmount are now resolved at root level, monthlyAmount and annualAmount)
- Marked as deprecated on 2024-04-22.
- Scheduled for removal on or after 2025-04-22.
Consumption rates.
The cost for the subscription.
The cost for the subscription.
The quoted product id.
The market specific parameters of the quoted product.
The monthly amount for the subscription.
The related product to this quoted product.
The related quoted supply point.
Consumption rates related to the quoted product.
Standing rate.
The cost for the subscription.
If the quoted product was selected.
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
{
"annualAmount": 495.98,
"baseCost": ProductRateType,
"consumptionRates": [SupplyConsumptionRateType],
"hcCost": ProductRateType,
"hpCost": ProductRateType,
"id": 55025311,
"marketParams": "abc123" | 1 | 1.0 | true | ["abc123"] | AccountType,
"monthlyAmount": 373.37,
"product": Product,
"quotedSupplyPoint": QuotedSupplyPointType,
"rates": SupplyProductRateInterface,
"standingRate": SupplyProductRateInterface,
"subscriptionCost": ProductRateType,
"wasSelected": true
}