Sets the Account Nominal code
The id of the account
The number used for this account's nominal code
$params=[ 'id'=>$account['id'], 'val'=>'9999' ]; FM_api('Account_setNominal', $params);
{"ok":1}
Last updated 3 years ago
{"error":"missing or invalid parameter: val"}