_save
Save changes to an Account Category.
Parameters
id
The ID of the Account Category to be updated. If no id supplied, a new Account Category will be created.
name
The name of the Account Category
tax_rate
The percentage tax_rate of the Account Category (float or integer)
group_id
The ID of an existing Account Category Group to which the Category will belong
Example
Result
On Success
On Failure
If invalid parameter(s) supplied, returns false.
Last updated