Skip to main content

Input fields

accountNumber : String! required

Account number.

authentication : AuthenticationInput

The authentication details required given the chosen provider.

deviceDetails : DeviceDetailsInput

The device type specific details required for registering a device.

deviceType : KrakenFlexDeviceTypes! required

The device type to be registered - batteries, electric vehicles, heat pumps or thermostats.

propertyId : Int! required

The ID of the property the device belongs to.

provider : ProviderChoices! required

The provider used to authenticate the device.

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

{ "accountNumber": "A-EB68D13B", "authentication": AuthenticationInput, "deviceDetails": DeviceDetailsInput, "deviceType": "BATTERIES", "propertyId": 67208976, "provider": "BMW" }