Update 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.
Path Params
uuid
required

The ID of the tenant that the project is part of.

uuid
required

The ID of the project to update the consumption profile for.

Body Params
consumption_profile
object

Consumption profile fields to update.

Responses

Language
Credentials
Bearer
header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json