Exemption Certificate Management

CertCapture RESTful APIs

DynamicRuleInputModel

A Dynamic Rule is a type of a custom rule which is similar to an Advanced Rule, but has a graph-based execution flow made up of modular Conditions and Actions that may be linked to one or more traditional custom Tax Rules.

Parameters
idOptional
integer

Unique identifier for the execution

definitionRequired
DynamicRuleDefinitionInputModel

The definition of the rule, which defines its parameters, variables, and execution flow

nameRequired
string

The name of the execution

descriptionOptional
string

The description of the execution

effectiveDateRequired
string

The start date when the execution is valid

endDateRequired
string

The end date when the execution is valid

enabledRequired
boolean

Whether the execution is enabled

continueOnErrorRequired
boolean

Whether to continue execution if this rule fails

isDraftOptional
boolean

Whether this is a draft rule; draft rules are not executed on transactions unless specifically enabled for testing

priorityOptional
integer

The execution priority of the rule, which is used for sorting rules; within each execution step, rules with a lower priority value are executed earlier