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.

Insurance Group Plan Input

Input representation for group census member plans and their coverages.
JSON example
1{
2  "planId": "0gpp00000004C9wAAE",
3  "coverages": [
4    {
5      "planId": "0gqp00000004C9wAAE"
6    }
7  ]
8}
Properties
Name Type Description Required or Optional Available Version
coverages Insurance Group Plan Input[] List of coverages that are associated with this plan. Optional 65.0
planId String ID of the contract group plan or coverage. Required 65.0