v1
latestOpenAPI 3.0.02026-07-241010520.6 KBBill Summaries
Retrieve Design Bill Summary
Retrieve the estimated bill summary for year 1 for the design, incorporating its energy optimization products, PV system and storage.
get/tenants/{tenant_id}/designs/{id}/bill_summary
Path parameters
tenant_idstring uuid required
The ID of the tenant that the design is part of.
idstring uuid required
The ID of the design to retrieve the bill summary for.
Response
Bill Summary successfully retrieved.
Example response
{
"bill_summary": {
"year1_monthly_total_bill": [
100.12,
90.23,
100.34,
90.56,
100.78,
90.91,
100.1,
91.23,
100.45,
92.56,
100.78,
93.25
]
}
}