Newer Version Available

This content describes an older version of this product. View Latest

Insurance Invoke Underwriting Rule

Output representation for invoke underwriting rule response.
JSON example
This example shows a sample success response.
1{
2  "objectId": "0Q0SM0000001uL70AI",
3  "objectName": "Quote",
4  "stageTransitionName": "Draft To Submitted",
5  "fromStage": "Draft",
6  "toStage": "Submitted",
7  "ruleSetResults": [
8    {
9      "productId": "01tSM000005OFyGYAW",
10      "evaluationCriteria": "1 OR 2",
11      "isSuccess": true,
12      "ruleResults": [
13        {
14          "ruleApiName": "CollisionRule",
15          "isSuccess": true
16        },
17        {
18          "ruleApiName": "AutoSilverRule",
19          "isSuccess": true
20        }
21      ]
22    },
23    {
24      "productId": "01tSM000005OFyJYAW",
25      "evaluationCriteria": "1",
26      "isSuccess": true,
27      "ruleResults": [
28        {
29          "ruleApiName": "MedicalRule1",
30          "isSuccess": true
31        }
32      ]
33    }
34  ],
35  "errors": [],
36  "isSuccess": true
37}
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
fromStage String The from stage. Small, 63.0 63.0
isSuccess Boolean Indicates whether the API request is successful ( true) or not ( false).

This parameter is set to true when all individual rule set results are successful.

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
ruleSetResult Insurance Underwriting Rule Set Results [] List of underwriting rule set evaluation results. Small, 66.0 66.0
stageTransition​Name String ID of the stage transition. Small, 63.0 63.0
stageTransition​Underwriting​EvaluationId String ID of the underwriting rule evaluation. Small, 63.0 63.0
toStage String The to stage. Small, 63.0 63.0