Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
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 "stageTransitionUnderwritingEvaluationId": "1MjSG000000LCe50AG", 8 "isSuccess": false, 9 "ruleSetResult": [ 10 { 11 "productId": "01tSM000005OFyGYAW", 12 "evaluationCriteria": "1 OR 2", 13 "isSuccess": false, 14 "ruleResult": [ 15 { 16 "evaluationFailureTaskGroup": "13oSG0000005odiYAA", 17 "evaluationSuccessTaskGroup": "13oSG0000005odhYAA", 18 "isSuccess": true, 19 "lineItemDetails": [ 20 { 21 "id": "0QLSG0000025JvK4AU", 22 "productId": "01tSG000008KnvAYAS", 23 "productInstanceIdentifier": "AutoSilver" 24 } 25 ], 26 "lineItemIds": [ 27 "0QLSG0000025JvK4AU" 28 ], 29 "ruleApiName": "AutoSilverRoot" 30 }, 31 { 32 "evaluationFailureTaskGroup": "13oSG0000005ofKYAQ", 33 "evaluationSuccessTaskGroup": "13oSG0000005ofJYAQ", 34 "isSuccess": false, 35 "lineItemDetails": [], 36 "lineItemIds": [], 37 "ruleApiName": "AutoYearGT2020" 38 } 39 ] 40 } 41 ] 42}
| 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 |
| 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 |