Exemption Certificate Management

CertCapture RESTful APIs

AdvancedRuleExecutionModel

Model representing an execution of an advanced rule for a company

Parameters
ruleExecutionIdOptional
string

Rule execution unique identifier

nameRequired
string

Name of rule execution

startDateOptional
string

Date rule execution starts

endDateOptional
string

Date rule execution ends

enabledOptional
boolean

Is rule execution enabled

continueOnErrorOptional
boolean

Should we keep running if we hit an exception

ruleIdRequired
string

Unique identifier of rule to execute

ruleOptional
AdvancedRuleModel

Advanced rule to execute

customerDataOptional
string

Json data used for rule execution

customerDataIdOptional
string

Unique identifier of customer data used in rule execution

createdByOptional
string

Creator of the rule

createdOnOptional
string

When the rule execution was created

modifiedByOptional
string

Last updater of the rule execution

modifiedOnOptional
string

When the rule execution was last updated