Exemption Certificate Management

CertCapture RESTful APIs

DynamicRuleOutputModel

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

definitionOptional
DynamicRuleDefinitionOutputModel

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

companyIdOptional
integer

The company ID of the execution

nameOptional
string

The name of the execution

descriptionOptional
string

The description of the execution

effectiveDateOptional
string

The start date when the execution is valid

endDateOptional
string

The end date when the execution is valid

enabledOptional
boolean

Whether the execution is enabled

continueOnErrorOptional
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

versionOptional
integer

Version number of the rule

createdDateOptional
string

The date when the execution was created

createdUserIdOptional
integer

The user who created the execution

modifiedDateOptional
string

The date when the execution was last modified

modifiedUserIdOptional
integer

The user who last modified the execution