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.
Individual Enrollment Response
Output representation for the Individual Enrollment API.
- JSON example
-
1{ 2 "errors": [], 3 "isSuccess": true, 4 "policies": [ 5 { 6 "plan": "Gold Plan", 7 "policy": "0YTp00000004C9wAAE" 8 } 9 ] 10}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| errors | Insurance Error[] | List of errors that are encountered during the enrollment process. | Small, 65.0 | 65.0 |
| isSuccess | Boolean | Indicates whether the enrollment process is successful (true) or not (false). | Small, 65.0 | 65.0 |
| policies | Family Policy Details[] | List of policies that are created as part of the enrollment process. | Small, 65.0 | 65.0 |