smartFlexDeviceSupplyPoint
The supply point linked to the SmartFlex device.
Arguments
The SmartFlex device ID to get the supply point details for.
Returns
SmartFlexDeviceSupplyPointTypeExamples
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 SmartFlexDeviceSupplyPoint($smartFlexDeviceId: String) {
smartFlexDeviceSupplyPoint(smartFlexDeviceId: $smartFlexDeviceId) {
importSupplyPointId
smartFlexDeviceId
}
}
Variables
{
"smartFlexDeviceId": "28416682"
}
Response
{
"data": {
"smartFlexDeviceSupplyPoint": {
"importSupplyPointId": "92009173",
"smartFlexDeviceId": "35970727"
}
}
}