_new
Last updated
Create a new Account
Provide a unique nominal_code not already in use
Define a name for the new account
Provide the id of an existing account category
FM_api('Account_new', ['nominal_code'=>'2200', 'account_name'=>'Intangibles', 'category_id'=>'14']);Returns id of newly-created account
{"ok":1,"id":86}If invalid parameter supplied (e.g. category_id not recognised), returns false
Last updated
false