v_ Account Member Descendent

THis table shows the composition of an account that has members and the resulting accounts that are included in the composition.

Body Params
int32 | null

The 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.

int32

DescendentAccountId 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.

int32 | null

Level 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.

string | null

Hierarchy 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
200

OK

Language
URL
Response
Click Try It! to start a request and see the response here!