_save
Last updated
Save changes to an Account Category Group.
The ID of the Account Category Group to be updated (required).
The name of the Account Category Group
A short description of the Account Category Group (optional)
FM_api('AccountCategoryGroup_save', ['id'=>'14', 'name'=>'Current Assets', 'description'=>'Current assets']);{"ok":1}If invalid parameter(s) supplied (e.g. no name or unrecognised id), returns false.
Last updated
false