Plan Benefit Networks

Output representation details of the insurance policy coverage networks.
JSON example
1{
2  "networks": [
3    {
4      "id": "n1",
5      "network": "FIRST_NETWORK_TIER",
6      "name": "Preferred Network",
7      "sequence": 1
8    },
9    {
10      "id": "n2",
11      "network": "SECOND_NETWORK_TIER",
12      "name": "In Network",
13      "sequence": 2
14    }
15  ]
16}
Properties
Name Type Description Available Version
id String ID of the insurance policy coverage network. 63.0
name String Name of the insurance policy coverage network. 63.0
network String Insurance policy coverage network tier type. 63.0
sequence String Sequence field of the insurance policy coverage network. 63.0