Preview

customerOutstandingBalance is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

customerOutstandingBalance

Retrieve total outstanding invoice balance by user Id and/or account Id. If userId is provided, returns sum across all customers for that user+account. If userId is omitted, returns sum across all customers for the account.

This page contains

    Arguments

    userId ID
    accountId ID!

    Return Fields

    Decimal PREVIEW

    A signed decimal number, which supports arbitrary precision

    Interactive example

    This is an example query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.