approvalRule
Graphql fields and variables for the approvalRule query
Scope required: standard:read
For a complete list of possible response fields see the ApprovalRule type.
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
id
ID
code
String
format
String
Response
Last updated
Was this helpful?