RegisterCustomerAssetInput
Input for registering a new customer asset
Input fields
Account number.
Device name.
Organisation-specific device ID.
Organisation ID.
Physical device ID (e.g., VIN).
Property ID.
Supply point ID.
Device type (one of: EV, EVSE, HEAT_PUMP, INVERTER, SMART_METER, STORAGE_HEATER, THERMOSTAT).
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-5C20E59C",
"name": "increase-sometimes-present-walk-learn",
"organisationDeviceId": "60602427",
"organisationId": 99552943,
"physicalId": "77382666",
"propertyId": 48722272,
"supplyPointId": 30872335,
"type": "EV"
}