SummaryAccount APIs

Post /api/v202407/summaryAccount/{summaryAccountId}/subAccount

Operation: LinkSubAccountsV202407 Permissions: Accounts (Edit)

Link sub accounts to a summary account
This only adds sub accounts to a summary account. It will not remove any links. Use the Delete to remove accounts.
Because the number of linked sub accounts can be large we just return the total number of accounts linked
To get the list of all sub accounts linked to a summary account call the Get All Accounts API with the summaryAccountID filter.


Delete /api/v202407/summaryAccount/{summaryAccountId}/subAccount

Operation: UnlinkSubAccountsV202407 Permissions: Accounts (Edit)

Unlink all sub accounts from a summary account


Delete /api/v202407/summaryAccount/{summaryAccountId}/subAccount/{subAccountId}

Operation: UnlinkSubAccountV202407 Permissions: Accounts (Edit)

Unlink a sub account from a summary account