Newer Version Available
Product
Output representation of product details.
- JSON example
- This request shows a sample success response.
-
1"benefits": [ 2 { 3 "id": "01tSG0000011y9dYAA", 4 "name": "Annual deductible/Individual", 5 "componentGroupId": "0y7SG0000000Q8zYAE", 6 "componentGroupName": "General plan information", 7 "componentGroupSequence": 1, #optional 8 "sequence": 1, #optional 9 "attributes": [ 10 { 11 "id": "0tjSG0000001embYAA", 12 "sequence": 1, #optional 13 "name": "Copay", 14 "label": "Copay Currency", #optional 15 "dataType": "CURRENCY", 16 "keyHidden":false, 17 "isActive": true 18 }, 19 { 20 "id": "0tjSG0000001eoDYAQ", 21 "sequence": 1, 22 "name": "Coinsurance", 23 "label": "Coinsurance Percentage", 24 "dataType": "PERCENTAGE", 25 "keyHidden":false, 26 "isActive": true 27 } 28 ] 29 } 30 ] 31}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| attributes | Attribute Detail[] | List of attributes | Small, 63.0 | 63.0 |
| componentGroupId | String | ID of the component group | Small, 63.0 | 63.0 |
| componentGroupName | String | Name of the component group | Small, 63.0 | 63.0 |
| componentGroupSequence | Integer | Sequence of the component group | Small, 63.0 | 63.0 |
| id | String | ID of the product | Small, 63.0 | 63.0 |
| name | String | Name of the product | Small, 63.0 | 63.0 |
| sequence | Integer | Sequence of the product | Small, 63.0 | 63.0 |