This article acquaints the reader with some advanced topics explaining the complexities of the create_acct_complete_m API call, and suggests some best practices for maximizing the effectiveness of calls to create_acct_complete_m.
The two fields within create_acct_complete_m with recursive arrays, <acct> and <supp_plan>, can be formatted as follows.
Below is a table that describes how to name fields within a nested <acct> array related to accounts within a hierarchy created with a create_acct_complete_m API call.
cac_m Call 1 |
|
PA02 (parent account created by cac_m Call 1) |
||
cac_m Call 2 |
A1 (parent) acct[0] |
A2 (child of PA02) acct[1] |
||
A1.1 acct[0][acct][0] |
A1.2 acct[0][acct][1] |
A2.1 acct[1][acct][0] |
A2.2 acct[1][acct][1] |
|
A1.1.1 acct[0][acct][0][acct][0] |
|
|
A2.2.1 acct[1][acct][1][acct][0] |