Newer Version Available
Plan Benefit Input
Represents details of the plan benefits for an Insurance Policy Coverage.
- JSON example
-
1{ 2 "networks": [ 3 { 4 "network": "First Network Tier", 5 "name": "Preferred Network" 6 }, 7 { 8 "network": "Second Network Tier", 9 "name": "In Network" 10 } 11 ], 12 "benefits": [ 13 { 14 "productId": "01tSG0000011yBFxxY", 15 "productCompGgpId": "0y7SG0000000ZiXxxU", 16 "productName": "Chiropractic Care", 17 "network": "First Network Tier", 18 "attributes": [ 19 { 20 "attributeDefinitionId": "0tjSG0000001embxxA", 21 "name": "Copay", 22 "value": 311 23 }, 24 { 25 "attributeDefinitionId": "0tjSG0000001YmMxxU", 26 "name": "Deductible", 27 "value": "100" 28 } 29 ] 30 } 31 ] 32} -
- Properties
-
Name Type Descriptions Required or Optional Available Version attributes Benefit Attributes List of benefit attributes. Optional 63.0 network String The tier type of the network. Optional 63.0 networks Networks Insurance Policy Coverage Networks for creating plan benefits. Required 63.0 productCompGgpId String ID of product component group. Optional 63.0 productId String ID of the product. Required 63.0 productName String Name of the product. Optional 63.0