Benefit Disbursements Input

Input representation of the request to create benefit disbursements.
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