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 (POST)

Add participants to a benefit session.
Resource
1/connect/program-mgmt/benefit-schedules/${benefitScheduleId}/benefit-sessions/${benefitSessionId}/participants
Example URI
1https://yourInstance.salesforce.com/services/data/v67.0/connect​​/program-mgmt/benefit-schedules/${benefitScheduleId}/benefit-sessions/${benefitSessionId}/participants
Available version
57.0
HTTP methods
POST
Request body for POST
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
Response body for POST
Benefit Session Participants Output