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