_new
Last updated
Create a new Account Category Group
Define a name for this new category group
Provide a description of the new category group (optional)
FM_api('AccountCategoryGroup_new', ['name'=>'Current Assets', 'description'=>'Current Assets']);Returns id of newly-created Account Category
{"ok":1, "id":30}If no name supplied, returns false
Last updated
false