For the complete documentation index, see llms.txt. This page is also available as Markdown.

revenueMovementUpdate

Graphql fields and variables for the revenueMovementUpdate mutation

Update a manual revenue movement

Scope required: billing:write

For a complete list of input attributes see the RevenueMovementAttributes type

mutation revenueMovementUpdate ($id: ID!, $attributes: RevenueMovementAttributes!) {
  revenueMovementUpdate (id: $id, attributes: $attributes) {
      errors
      revenueMovement {
        accountId
        currencyId
        date
        id
        manual
        movementType
        recurringAmount
        totalAmount
        usageAmount
        usageMovementType
      }
  }
}

Arguments

Name
Type
Description

Response

Name
Type
Description

errors

List (String)

revenueMovement

Last updated

Was this helpful?