Skip to main content

Arguments

accountNumber : String! required
propertyId : Int! required

Allowed Viewers

Customer Partner User Third party

Rate Limits

Key Steps
user ['300/h']

Query Complexity

2

Examples

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.

Query

query BatteryDevice( $accountNumber: String!, $propertyId: Int! ) { batteryDevice( accountNumber: $accountNumber, propertyId: $propertyId ) { chargingPreferences { ...BatteryChargingPreferencesTypeFragment } deviceStatus { ...DeviceStatusTypeFragment } deviceType krakenflexDeviceId params { ...BatteryParamsTypeFragment } provider } }

Variables

{ "accountNumber": "A-78E19989", "propertyId": 83187194 }

Response

{ "data": { "batteryDevice": { "chargingPreferences": BatteryChargingPreferencesType, "deviceStatus": DeviceStatusType, "deviceType": "BATTERIES", "krakenflexDeviceId": "49783826", "params": BatteryParamsType, "provider": "BMW" } } }