Sets the User of an Opportunity.
The ID of the Opportunity being modified.
The ID of the User the Opportunity will be set to.
FM_api('Opportunity_setUser',[ 'id'=>'60056', 'val'=>'72334' ]);
{"ok":1}
If the "id" parameter is not set:
If the "val" parameter is not set:
Last updated 2 years ago
{"error":"missing or invalid parameter: id"}
{"error":"missing or invalid parameter: val"}