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.

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