Newer Version Available

This content describes an older version of this product. View Latest

Networks Input

Represents Insurance Policy Coverage Networks for creating plan benefits.
JSON example
1{
2  "networks": [
3    {
4      "network": "First Network Tier",
5      "name": "Preferred Network Updated"
6    },
7    {
8      "network": "Second Network Tier",
9      "name": "In Network Updated"
10    },
11    {
12      "network": "Third Network Tier",
13      "name": "Out Network"
14    }
15  ]
16}
Properties
Name Type Description Required or Optional Available Version
name String The name of the network. Required 63.0
network String Tier type of the network. Required 63.0