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.

Benefit Session Participants Input

Input representation of the request to add participants to a benefit session.
Root XML tag
<BenefitSessionParticipantsInputRepresentation>
JSON example
1{
2  "enrollees": {
3    "enrolleeList": [
4        "003xx000004WhKeAAK"
5    ]
6  }
7}
Properties
Name Type Description Required or Optional Available Version
enrollees String[] The list of enrollees to be added to a benefit session. The enrollee can either be a contact, an account, or a program enrollment. Required 57.0