_getDetails

Use nominal code to return category, category group, and name of an account

Parameters

nominal_code

The nominal code of the account

Example

FM_api('Account_getDetails', ['nominal_code'=>'1500']);

Result

On Success

{"catname":"Prepaid Expenses","groupname":"Current Assets","accountname":"Prepaid expenses"}

On Failure

If invalid nominal supplied, returns false.

false

Last updated