calculate period bill using a specific rate plan
Bill calculation for a MongoDB rate plan id only (no home). Carbon and grid revenue are omitted without a home zipcode.
Documentation Index
Fetch the complete documentation index at: https://docs.wattshift.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Headers
WattShift API Key
Path Parameters
MongoDB rate plan id
Body
Array of daily usage arrays. Each inner array must have 96 values (15-minute intervals). Number of days must match the date range between startDate and endDate.
1Start date of the billing period (YYYY-MM-DD or ISO 8601 datetime format). Must be before endDate.
End date of the billing period (YYYY-MM-DD or ISO 8601 datetime format). Must be after startDate.
Optional array of daily export arrays (solar export to grid). Each inner array must have 96 values (15-minute intervals). Number of days must match usage array length.
Enable debug mode to return additional information
