_setOwner
Set the owner for an Asset.
Parameters
id
The ID of the Asset on which the owner will be changed.
val
The Customer ID of the Customer to be set for the Asset.
Example
FM_api('Asset_setOwner', ['id' => '10', 'val' => '10']);
Result
On Success
{'ok':1}
Last updated