Skip to main content
Aria Knowledge Central

get_child_accts_m

Summary

API Name get_child_accts_m
Class account_services_m
Update Version 35

Description

Returns all child account numbers associated with a specified parent account number.

Inputs

Name Type Length Required Description
client_no long 22 Yes

Aria-assigned unique identifier indicating the Aria client providing service to this account.

auth_key string 32 No

Aria-assigned unique key for authenticating the validity of the requestor. This key is passed with each method call.

parent_acct_no long 22 Yes

The parent account for this child account. Designating a parent account number implies the account holder is under a parent account umbrella.

Alternative required field: parent_client_acct_id

do_multi_level string 5 No

Allow multi-level account hierarchies.

Allowed values:

Value Description
True  
False  
parent_client_acct_id string 50 Yes

Client-defined account identifier.

Alternative required field: parent_acct_no

Outputs

Name Type Length Required Description
error_code long   No

Aria-assigned error identifier. 0 indicates no error.

error_msg string   No

Description of any error that occurred. "OK" if there was no error.

child_accts object   No

See fields below

child_accts fields

Name Type Length Required Description
acct_no long   No

Aria-assigned account identifier. This value is unique across all Aria-managed accounts.

TOP
  • Was this article helpful?