Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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