DeviceRegistrationInput
Input fields
Account number.
The authentication details required given the chosen provider.
The device type specific details required for registering a device.
The device type to be registered - batteries, electric vehicles, heat pumps or thermostats.
The ID of the property the device belongs to.
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"
}