Use nominal code to return tax rate (percentage) of an account
The nominal code of the account
FM_api('Account_getTaxRate', ['nominal_code'=>'2000']);
Returns the percentage tax rate
"23"
If invalid nominal supplied, returns false.
false
Last updated 3 years ago