put https://api-sandbox.aurorasolar.com/tenants//projects//consumption_profile
Update the existing consumption profile for a project.
This request accepts only one of the following values for each request.
-
monthly_energy
: An array of exactly 12 monthly energy values in kWh. Null values are allowed and represented as "null". -
monthly_bill
: An array of exactly 12 monthly bill values in USD. Null values are allowed and represented as "null". -
interval_data
: An array of exactly (8760, 8784, 17520, 17568, 35040, or 35136) energy values in kWh. Null values are allowed and represented as "null".- The array must contain at least 1 complete month of contiguous non-null values.
- The first array value must correspond to the first interval of the year beginning at 1 January 00:00.