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 |