approvalRule
Graphql fields and variables for the approvalRule query
query approvalRule ($id: ID, $code: String, $format: String) {
approvalRule (id: $id, code: $code, format: $format) {
active
anyDiscount
anyDiscountEnabled
approverId
billingPeriodEnabled
fromDate
id
isRampEnabled
name
netPaymentDays
netPaymentDaysEnabled
overallQuoteDiscount
overallQuoteDiscountEnabled
planId
planIdEnabled
productId
productIdEnabled
toDate
totalQuoteAmount
totalQuoteAmountEnabled
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
