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