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 Disbursement for Benefit Session Input

Input representation of a benefit disbursement.
JSON example
1"records": [
2      {
3        "actualCompletionDate": "02-12-2024",
4        "benefitCategory": "Monetary",
5        "benefitSessionId": "0nDDD0000000EVj2AM",
6        "description": "This is a monetary benefit to be disbursed",
7        "disbursementStatus": "Completed",
8        "endDate": "15-03-2023",
9        "startDate": "01-01-2022"
10      }
11    ]
Properties
Name Type Description Required or Optional Available Version
actualCompletionDate String Date the benefit was disbursed. Required 58.0
benefitCategory String Category of the benefit. Optional 58.0
benefitSessionId String ID of the benefit session record associated with the benefit disbursement. Required 58.0
description String Description for the benefit disbursement. Optional 58.0
disbursementStatus String Disbursement status of the benefit. Possible values are:
  • Absent
  • Completed
  • Enrolled
  • Excused
Optional 58.0
endDate String Date the disbursement of the benefit ends. Optional 58.0
startDate String Date the disbursement of the benefit starts. Optional 58.0