Preview

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

triggerRefreshCycleSummaryDataProcess

Triggers a cycle summary data refresh flow for a given partner and year, or cycle.

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_CHANNEL_ADMIN

    billing.commissionsprocessor.write.instance

    Arguments

    input TriggerCycleSummaryRefreshProcessInput! PREVIEW

    TriggerCycleSummaryRefreshProcessInput fields

    partner String!

    The partner for the cycle

    cycleYear Int!

    Year of the commission cycle

    cycleMonth Int

    Month of the commission cycle

    Return Fields

    isSuccess Boolean!
    isRunning Boolean
    userErrors [UserError!]

    Interactive example

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

    Hint: use Ctrl + Space for autocompleting fields.