Newer Version Available

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

Benefit Disbursements

Create benefit disbursements for ad hoc walk-in participants.
Resource
1/connect/program-mgmt/benefit/${benefitId}/benefit-disbursements
Example URI
1https://yourInstance.salesforce.com/services/data/v57.0/connect​​​/program-mgmt/benefit/${benefitId}/benefit-disbursements
Available version
57.0
Requires Chatter
No
HTTP methods
POST
Request body for POST
Root XML tag
<BenefitDisbursementsInputRepresentation>
JSON example
1{
2  "enrollees": {
3    "enrolleeList": [
4      "003T1000001U6axIAC"
5    ]
6  },
7  "quantity": 2.5,
8  "status": "Enrolled",
9  "disbursementDate": "2022-12-18T14:30:00.000"
10}
Properties
Name Type Description Required or Optional Available Version
disbursementDate String The date on which the benefit is disbursed. Required 57.0
enrollees String[] The list of enrollees who will receive the benefit disbursement. The enrollee can either be a contact or an account. Required 57.0
quantity Double The quantity of the benefit to be disbursed. Required 57.0
status String The status of the benefit disbursement. Required 57.0
Response body for POST
Benefit Disbursements Output