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 Attribute Input

Represents details of the plan benefits attributes for an Insurance Policy Coverage.
JSON example
1{
2  "attributes": [
3    {
4      "attributeDefinitionId": "0tjSG0000001embxxA",
5      "name": "Copay",
6      "value": 400
7    },
8    {
9      "attributeDefinitionId": "0tjSG00000020yPxxQ",
10      "name": "Deductible waiver",
11      "value": "Deductible waived"
12    }
13  ]
14}
Properties
Name Type Description Required or Optional Available Version
attributeDefinitionId String ID of the Attribute Definition. Required 63.0
name String Name of the attribute. Optional 63.0
value String Value of the attribute. Required 63.0