revenueMovementCreate
Graphql fields and variables for the revenueMovementCreate mutation
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
Last updated
Was this helpful?
