Skip to main content

Arguments

accountNumber : String! required

Account number to retrieve the billing info.

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

query AccountBillingInfo($accountNumber: String!) { accountBillingInfo(accountNumber: $accountNumber) { billingAddress billingAddressLine1 billingAddressLine2 billingAddressLine3 billingAddressLine4 billingAddressLine5 billingCountryCode billingName billingPostcode canModifyPayments { ...CanModifyPaymentsTypeFragment } id ledgers { ...LedgerWithPaymentsInstructionsFragment } marketSupplyAgreements { ...AgreementConnectionFragment } number properties { ...PropertyTypeFragment } splitBillingAddress status } }

Variables

{ "accountNumber": "A-6F344710" }

Response

{ "data": { "accountBillingInfo": { "billingAddress": "mention-environment-west-commercial-Mr", "billingAddressLine1": "already-point-senior-huge-relate", "billingAddressLine2": "car-population-him-word-person", "billingAddressLine3": "unit-parent-financial-themselves-inside", "billingAddressLine4": "pick-few-reveal-tonight-fall", "billingAddressLine5": "husband-able-try-war-mean", "billingCountryCode": "fire-wear-seem-seek-per", "billingName": "purpose-true-her-tonight-must", "billingPostcode": "race-house-thought-include-always", "canModifyPayments": CanModifyPaymentsType, "id": "50461069", "ledgers": [LedgerWithPaymentsInstructions], "marketSupplyAgreements": AgreementConnection, "number": "important-six-analysis-case-standard", "properties": [PropertyType], "splitBillingAddress": "agency-realize-simple-pass-affect", "status": "agency-bring-technology-simple-watch" } } }