Update Plan Benefit Input

Update Insurance Policy Coverage Networks and Insurance Policy Coverage Benefits by using the ID of an Insurance Policy Coverage.
JSON example
1{
2    "networks": [
3        {
4            "networkId": "1HXSG0000002xxxxAM",
5            "name": "Preferred Network Updated"
6        },
7        {
8            "networkId": "1HXSG0000002xxxxA2",
9            "name": "In Network Updated"
10        },
11        {
12            "network": "Third Network Tier",
13            "name": "Out Network"
14        }
15    ],
16    "benefits": [
17        {
18            "benefitId": "1HSSG0000005Ws7xxE",
19            "productId": "01tSG0000011yBFxxY",
20            "productCompGgpId": "0y7SG0000000ZiXxxU",
21            "productName": "Chiropractic Care",
22            "attributes": [
23                {
24                    "covBnftAttrId": "1HYSG00000002GPxxY",
25                    "attributeDefinitionId": "0tjSG0000001embxxA",
26                    "name": "Copay",
27                    "value": 311
28                },
29                {
30                    "covBnftAttrId": "1HYSG00000002GQxxY",
31                    "attributeDefinitionId": "0tjSG0000001YmMxxU",
32                    "name": "Notes",
33                    "value": "Preferred network limitations apply."
34                }
35            ]
36        }
37    ]
38}
Properties
Name Type Description Required or Optional Available Version
benefits Benefits Input [] The benefits of the Insurance Plan Coverage. Optional 63.0
networks Networks Input [] The list of networks. Optional 63.0