_nominalSet
Last updated
Update the nominal code of a selected stock item.
Integer. The ID of the stock item to be updated.
Integer. The new value of the nominal_code field. Cannot exceed 8 chars in length.
FM_api('Stock_nominalSet',
[
'id'=>'2',
'val'=>'3000'
]
);If no stock ID provided:
Last updated
{"ok":"1"}{"error":"no stock id provided"}