_getTaxRate

Use nominal code to return tax rate (percentage) of an account

Parameters

nominal_code

The nominal code of the account

Example

FM_api('Account_getTaxRate', ['nominal_code'=>'2000']);

Result

On Success

Returns the percentage tax rate

"23"

On Failure

If invalid nominal supplied, returns false.

false

Last updated