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.
Member Record Input
- JSON example
-
1{ 2 "records":[ 3 { 4 "contactId":"003xx000004WhHQAA0", 5 "roles":"Decision Maker", 6 "relations":[ 7 { 8 "roleRelationId":"0zlxx0000000001AAA", 9 "relatedContactId":"003xx000004WhJ2AAK", 10 "startDate":"2023-06-14T00:00:00.000Z" 11 } 12 ] 13 } 14 ] 15 } - Properties
-
Name Type Description Required or Optional Available Version acrId String ID of the Account Contact relationship. The acrId property is required if an account ID is specified when defining a party relationship group. 58.0 contactId String ID of the Contact. Required 58.0 customFields Map<String, Object> Custom fields associated with a party relationship group member. Optional 58.0 dataRollupCategory String Category of the data roll-up summary field. Optional 58.0 direct Boolean Indicates whether the member relationship is a direct relationship (true) or not (false). Optional 58.0 endDate Date Date when the member relationship ends. Optional 58.0 relations Relationships Input Details of the member record relationship. Optional 58.0 roles String Role of the member in the party relationship group. For example, a decision maker role or a caregiver role. Required 58.0 startDate Date Date when the member relationship starts. Optional 58.0