v_ Account Member DescendentAsk AIpost https://app.financekey.com/OData/v_AccountMemberDescendentsTHis table shows the composition of an account that has members and the resulting accounts that are included in the composition.Body ParamsparentAccountIdint32 | nullThe ParentAccountId field in the AccountMemberDescendent table is used to store the numeric identifier of the parent account associated with an account member descendent. It contains an integer data type.descendentAccountIdint32DescendentAccountId is a primary key field of data type int in the AccountMemberDescendent table. It is a unique identifier assigned to each descendent of an Account Member and is used to track their relationship to the Account Member.levelint32 | nullLevel of data type int in the AccountMemberDescendent table is used to indicate the relationship between the account member and its descendents. It is a hierarchy feature that starts with 0 for the parent, and increases (1,2 etc) in order to indicate descendents of each parent. This data type will be used to identify the relationship between each account member.hierarchystring | nullHierarchy of data type varchar in the AccountMemberDescendents table is a field used to store the hierarchical relationship between members and their descendents. This field can contain strings representing the hierarchical relationships between members as well as any associated metadata.Response 200OKUpdated about 1 year ago