Skip to main content

Input fields

buildingType : BuildingType! required

The type of building where the customer lives.

month : Int! required

The month for which to perform the usage estimation.

numberOfPeople : Int! required

The number of people living together with customer in the building.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "buildingType": "APARTMENT", "month": 54, "numberOfPeople": 25 }