Newer Version Available

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

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/v65.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