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

revenueMovementCreate

Graphql fields and variables for the revenueMovementCreate mutation

Create a manual revenue movement

Scope required: billing:write

For a complete list of input attributes see the RevenueMovementAttributes type

mutation revenueMovementCreate ($attributes: RevenueMovementAttributes!) {
  revenueMovementCreate (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?