Skip to main content

Arguments

Input fields for billing to latest smart meter snapshot.

Returns

BillToLatestSmartMeterSnapshot

Bill an account with a smart meter to the most recent midnight snapshot reading.

Allowed Viewers

Customer Partner User Third party

Query Complexity

1

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

mutation BillToLatestSmartMeterSnapshot($input: BillToLatestSmartMeterSnapshotInput!) { billToLatestSmartMeterSnapshot(input: $input) { billedToDate currentBalance } }

Variables

Response

{ "data": { "billToLatestSmartMeterSnapshot": { "billedToDate": "1989-06-28", "currentBalance": "1.0" } } }