smartFlexDeviceSupplyPoint
The supply point linked to the SmartFlex device.
Arguments
The SmartFlex device ID to get the supply point details for.
Returns
SmartFlexDeviceSupplyPointTypePossible Errors
Allowed Viewers
Required Permissions
Can view smartflex dataRate Limits
| Key | Steps |
|---|---|
user |
['850/m'] |
Query Complexity
2Examples
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": "80580306"
}
Response
{
"data": {
"smartFlexDeviceSupplyPoint": {
"importSupplyPointId": "66986086",
"smartFlexDeviceId": "34745822"
}
}
}