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

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/v67.0/connect​​/program-mgmt/benefit/${benefitId}/benefit-disbursements
Available version
57.0
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