_setDefault
Set the overall system default Account/Tax Rate
Required Parameters
id
The ID of the Account
Example
FM_api('Account_setDefault', ['id'=>'2000']);
Result
On Success
{"ok":1}
On Failure
false
Last updated