| aarId |
String |
Record ID of the AccountRelationship object. |
Optional |
58.0 |
| accountId |
String |
Primary account involved in the relationship. If the account relationship type is direct,
then Account ID is required. |
Optional |
58.0 |
| customFields |
Map<String, Object> |
Custom fields associated with the AccountRelationship object. |
Optional |
58.0 |
| endDate |
String |
Date when the account relationship ends. |
Optional |
58.0 |
| hierarchyType |
String |
Hierarchy among the accounts that are related. For example, an account is related to another
account as a parent, a peer, or a child. |
Optional |
58.0 |
| isActive |
Boolean |
Indicates whether the account is actively involved with the related account (true) or not (false). |
Optional |
58.0 |
| relatedAccountId |
String |
Record ID of the related account. If the account relationship type is direct, then the
related account ID is required. |
Optional |
58.0 |
| relatedInverseRecordId |
String |
Record ID of the related inverse relationship record. |
Optional |
58.0 |
| roleRelationId |
String |
Record ID of the party role relationship. |
Required |
58.0 |
| startDate |
String |
Date when the account relationship starts. |
Optional |
58.0 |
| type |
String |
Type of account relationship, such as a direct or indirect relationship. The default value is
false. If the relatedInverseRecordId property is
specified, then the relationship type is indirect. |
Optional |
58.0 |