approvalRuleCreate
Graphql fields and variables for the approvalRuleCreate mutation
mutation approvalRuleCreate ($attributes: ApprovalRuleAttributes!) {
approvalRuleCreate (attributes: $attributes) {
approvalRule {
active
anyDiscount
anyDiscountEnabled
approverId
billingPeriodEnabled
fromDate
id
isRampEnabled
name
netPaymentDays
netPaymentDaysEnabled
overallQuoteDiscount
overallQuoteDiscountEnabled
planId
planIdEnabled
productId
productIdEnabled
toDate
totalQuoteAmount
totalQuoteAmountEnabled
}
errors
}
}Arguments
Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
