simpleQuoteLevels
Get quote estimation list.
Deprecation
The 'simpleQuoteLevels' field is deprecated.Migrated to OE Backend API.
- Marked as deprecated on 2025-10-27.
- Scheduled for removal on or after 2025-11-10.
Returns
[QuoteEstimatimation]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 SimpleQuoteLevels {
simpleQuoteLevels {
annualConsumption
consumptionDetails
consumptionLevel
estimates {
...EstimationTypeFragment
}
}
}
Response
{
"data": {
"simpleQuoteLevels": [
{
"annualConsumption": 21,
"consumptionDetails": "season-bill-treat-her-wife",
"consumptionLevel": "training-family-effect-local-beyond",
"estimates": EstimationType
}
]
}
}