Insurance Invoke Underwriting Rule

Output representation for invoke underwriting rule response.
JSON example
This example shows a sample success response.
{
    "objectId": "11pxx0000005RE4AAM",
    "objectName": "Quote",
    "stageTransitionId": "11Oxx0000007MnhEAE",
    "fromStage": "Draft",
    "toStage": "Approved",
    "criteriaExpression": "1 AND 2",
    "isSuccess": false,
    "underwritingRuleEvaluationId": "1yOxx0000007MnhEAE",
    "ruleResult": [
        {
            "ruleApiName": "CheckDriverAgeRule",
            "isSuccess": false
        },
        {
            "ruleApiName": "CheckVehicleValueRule",
            "isSuccess": true
        }
    ]
}
Property Name Type Description Filter Group and Version Available Version
errors Error Response List of errors encountered during the processing of the API request. Small, 63.0 63.0
evaluationCriteria String Evaluation criteria expression. Small, 63.0 63.0
fromStage String The from stage. Small, 63.0 63.0
isSuccess Boolean Indicates whether the API request is successful ( true) or not ( false). Small, 63.0 63.0
objectId String ID of the quote or insurance policy. Small, 63.0 63.0
objectName String Name of the object (Quote or Insurance Policy). Small, 63.0 63.0
ruleResult Insurance Underwriting Rule Result Output[] List of underwriting rule results. Small, 63.0 63.0
stageTransitionName String ID of the stage transition. Small, 63.0 63.0
stageTransitionUnderwritingEvaluationId String ID of the underwriting rule evaluation. Small, 63.0 63.0
toStage String The to stage. Small, 63.0 63.0