ContactRelationship
Contact relationships
Fields
Field | Description |
---|---|
id int (required) | Contact relationship ID Example value:123423 |
typeid int (required) | The type of the relationship Example value:47001 |
childcontactid int (required) | The contact ID of the child Example value:10000 |
parentcontactid int (required) | The contact ID of the parent Example value:9364924 |
Example
1{
2 "id": 123423,
3 "typeid": 47001,
4 "childcontactid": 10000,
5 "parentcontactid": 9364924
6}