Sets the Value of an Opportunity.
The ID of the Opportunity being modified.
The new value of the Opportunity.
FM_api('Opportunity_setValue',[ 'id'=>'60056', 'val'=>'71' ]);
{"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"}