UpdateUnderwritingRuleDto
codestring
Possible values: >= 3 characters and <= 100 characters, Value must match regular expression /^[a-z0-9_.]+$/
namestring
Possible values: >= 3 characters and <= 200 characters
insurerIdstring
insurerProductIdstring
productPlanIdstring
agentTypestring
Possible values: [licensed_agent, introducer, corporate]
expressionobject
AST — see UwExpression.
actionstring
Possible values: [auto_decline, refer_for_review, flag, allow]
reasonstring
Possible values: >= 3 characters and <= 500 characters
isActiveboolean
effectiveFromstring
effectiveTostring
UpdateUnderwritingRuleDto
{
"code": "string",
"name": "string",
"insurerId": "string",
"insurerProductId": "string",
"productPlanId": "string",
"agentType": "licensed_agent",
"expression": {},
"action": "auto_decline",
"reason": "string",
"isActive": true,
"effectiveFrom": "string",
"effectiveTo": "string"
}