_setNominal
Sets the Nominal code for a Schedule of Rates.
Parameters
id
The ID of the Schedule of Rates.
nominal
The nominal code to be set for the Schedule of Rates.
Example
FM_api('ScheduleOfRates_setNominal', ['id' => '9', 'nominal' => '12'])
Result
On Success
{'ok':1}
Last updated