Newer Version Available

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

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