Skip to main content

Description

Consumptions are records of energy, fuels or activity (e.g. km driven). Emissions are calculated from them following the GHG Protocol.

Endpoints

Consumption types

  • Invoices: Electricity, heat, fuels, water, waste
  • Vehicles: Fleet consumption
  • Surveys: Manual activity data

Required fields to create a consumption

  • id (UUID)
  • entityId (invoice, vehicle or survey answer)
  • categoryId (from GET /api/v1/categories)
  • startDate, endDate (ISO 8601)
  • companyId, buildingId
  • quantity, unitType (kWh, l, km, etc.)

Example