Member Override Input

Input representation of a single member override, including the member, product or quote line item, operation, and any overridden attributes.
JSON example
1{
2  "memberId": "0r6xx000000001aEAA",
3  "operation": "UPSERT",
4  "productId": "01txx0000004C92AAE",
5  "quoteLineItemId": "0QLxx0000004CtoCAE",
6  "attributes": [
7    {
8      "attributeId": "a0Axx0000004C92EAA",
9      "attributeValue": "1500"
10    }
11  ]
12}
Properties
Name Type Description Required or Optional Available Version
attributes Override Attribute Input[] List of overridden attributes to apply to the plan or coverage. Optional 68.0
memberId String ID of the group census member that receives the override. Optional 68.0
operation String Type of override operation. Valid values are UPSERT and DELETE. Optional 68.0
productId String ID of the product associated with the coverage or plan being overridden. Optional 68.0
quoteLineItemId String ID of the quote line item for which a coverage is updated or deleted. Optional 68.0