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.

Appointed Representative Input

Person who is the appointed representative for the member.
Root XML tag
<appointedRepresentative>
JSON example
1{
2  "firstName": "Jane",
3  "lastName": "Doe"
4}
Properties
Name Type Description Required Available Version
firstName String First Name of the appointed representative. No 46.0
lastName String Last Name of the appointed representative. No 46.0
suffix String Name suffix of the appointed representative. No 46.0
birthDate String Birth date of the appointed representative. No 46.0

All the fields in this input are optional. However, it is advisable to provide as much information as possible to find a unique appointed representative record to associate with your care request.

Tip