_getAccountCategoryGroups

Retrieve a detailed list of all Account Category Groups

Example

FM_api('Accounts_getAccountCategoryGroups'); 

Result

On Success

Returns id, name and description of all Account Category Groups.

[{"id":"1","name":"Current Assets","description":"Current Assets"},{"id":"2","name":"Cash and cash equivalents","description":null},{"id":"3","name":"Fixed assets","description":null}]

Last updated