Home > Aria Crescendo Documentation > Aria Crescendo APIs > Calling create_acct_complete_m: Advanced Topics and Best Practices

Calling create_acct_complete_m: Advanced Topics and Best Practices

Overview

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.

Formatting Recursive Arrays

The two fields within create_acct_complete_m with recursive arrays, <acct> and <supp_plan>, can be formatted as follows.

REST Input Field Names

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]

 

Last modified

Tags

This page has no custom tags.

Classifications

This page has no classifications.