_setName
Name of the Account
Parameters
id
The id of the account
val
Value for the Account's Nominal Code
Example
$params=[
'id'=>$account['id'],
'val'=>'9'
];
(FM_api('Account_setName', $params), true);
Result
On success
{"ok":1}
Last updated