getActiveCosLossProcessesForAccount
Fetch all the active COS loss processes for the account.
Arguments
The account number of the account of which to query active COS loss processes.
Returns
[ActiveCosLossProcess]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 GetActiveCosLossProcessesForAccount($accountNumber: String!) {
getActiveCosLossProcessesForAccount(accountNumber: $accountNumber) {
addressLine1
addressLine2
addressLine3
cosLossProcessFuelType
cosLossProcessId
hasOpenErroneousTransfer
postcode
supplyEndDate
}
}
Variables
{
"accountNumber": "A-5956F687"
}
Response
{
"data": {
"getActiveCosLossProcessesForAccount": [
{
"addressLine1": "positive-collection-dinner-activity-current",
"addressLine2": "turn-nature-identify-gas-suggest",
"addressLine3": "government-travel-process-participant-role",
"cosLossProcessFuelType": "ELECTRICITY",
"cosLossProcessId": 61497950,
"hasOpenErroneousTransfer": true,
"postcode": "situation-star-though-scientist-speak",
"supplyEndDate": "1999-05-19"
}
]
}
}