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.

Care Plan Benefit Session Output

Output representation of benefits and their associated benefit sessions in a care plan.

JSON Example

1{
2   "carePlanId":"1spxx0000000001AAA",
3   "benefitSessionInfo":{
4      "records":[
5         {
6            "assignmentCount":2,
7            "benefitId":"0jixx0000000001AAA",
8            "benefitName":"LIHEAP Assistance",
9            "sessionEnrolleeInfo":{
10               "records":[
11                  {
12                     "benefitAssignmentId":"0nDxx0000000001EAA",
13                     "benefitEndDate":"2023-06-30T19:00:00.000Z",
14                     "enrolleeId":"001xx000003GYp9AAG",
15                     "enrolleeName":"acc1",
16                     "sessionsEnrolled":10
17                  },
18                  {
19                     "benefitAssignmentId":"0nDxx000000003FEAQ",
20                     "benefitEndDate":"2023-05-30T19:00:00.000Z",
21                     "enrolleeId":"001xx000003GYp9AAG",
22                     "enrolleeName":"acc1",
23                     "sessionsEnrolled":1
24                  }
25               ]
26            }
27         },
28         {
29            "assignmentCount":2,
30            "benefitId":"0jixx0000000001AAA",
31            "benefitName":"Child Education",
32            "sessionEnrolleeInfo":{
33               "records":[
34                  {
35                     "benefitAssignmentId":"0nDxx0000000001EAA",
36                     "benefitEndDate":"2023-06-30T19:00:00.000Z",
37                     "enrolleeId":"001xx000003GYp9AAG",
38                     "enrolleeName":"acc2",
39                     "sessionsEnrolled":1
40                  },
41                  {
42                     "benefitAssignmentId":"0nDxx000000001dEAA",
43                     "benefitEndDate":"2022-12-23T20:00:00.000Z",
44                     "enrolleeId":"001xx000003GYp9AAG",
45                     "enrolleeName":"acc2",
46                     "sessionsEnrolled":2
47                  }
48               ]
49            }
50         }
51      ]
52   }
53}
Property Name Type Description Filter Group and Version Available Version
benefitSessionInfo Care Plan Benefit Session Info List List of benefits and their associated benefit sessions in a care plan. Small, 58.0 58.0
carePlanId String ID of the care plan to get details of its associated benefit sessions. Small, 58.0 58.0