_setValue
Set the Value for an Asset.
Parameters
id
The ID of the Asset.
val
The monetary value to be set.
Example
FM_api('Asset_setValue', ['id' => '123', 'val' => '600']);
Result
On Success
{'ok':1}
Last updated