Newer Version Available

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

Benefit Schedule Participants (POST)

Asynchronously add participants to a benefit schedule.
Resource
1/connect/program-mgmt/benefit-schedules/${benefitScheduleId}/participants
Example URI
1https://yourInstance.salesforce.com/services/data/v62.0/connect​​/program-mgmt/benefit-schedules/${benefitScheduleId}/participants
Available version
57.0
HTTP methods
POST
Request body for POST
Root XML tag
<BenefitScheduleParticipantsInputRepresentation>
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 schedule. The enrollee can either be a contact, an account, or a program enrollment. Required 57.0
Response body for POST
Benefit Schedule Participants Output