Insurance Upsert Member Input
Input representation of a group census member and the additional field values to apply
during an upsert operation.
- JSON example
-
1{ 2 "memberId": "0YLxx0000004C92EAG", 3 "fields": [ 4 { 5 "key": "Status__c", 6 "value": "Active" 7 } 8 ] 9} - Properties
-
Name Type Description Required or Optional Available Version fields Apex String[] Key-value pairs that specify the additional field values to apply to the specified member. Optional 68.0 memberId String Unique identifier of the member. This value associates the additional field values with the corresponding member. Optional 68.0