_new
Last updated
Create a new Account Category
Define a name for this category
Provide the percentage tax rate to be applied to this category (integer/float)
Provide the id of an existing Account Category Group
FM_api('AccountCategory_new', ['name'=>'Cost of Sales', 'tax_rate'=>'20', 'group_id'=>'10']);Returns id of newly-created Account Category {"ok":1, "id":70}
If invalid parameter supplied (e.g. unrecognised group_id), returns false.
Last updated
false