Skip to main content

Arguments

Input fields for creating a solar wallet sharing credit between ledgers.

Returns

CreateSolarWalletRelationship

Create the solar wallet credit sharing ledger with a validity date range betweena solar wallet ledger source and an electricity ledger target

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can access customer queries
OR Can update user details

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 CreateSolarWalletRelationship($input: CreateSolarWalletRelationshipType!) { createSolarWalletRelationship(input: $input) { creditSharingLedgerId sourceAccountNumber success targetAccountNumber targetGivenName validFrom validTo } }

Variables

Response

{ "data": { "createSolarWalletRelationship": { "creditSharingLedgerId": 96407336, "sourceAccountNumber": "A-1EEDA7EE", "success": true, "targetAccountNumber": "A-44846800", "targetGivenName": "Austin", "validFrom": "2018-01-29T21:27:48.460903+00:00", "validTo": "1975-07-01T10:25:52.477649+00:00" } } }