Set the status for a Quote.
The ID of the Quote on which the status will be changed.
The status to be set for the Quote, 0 - Quote 3 - Cancelled.
FM_api('Quote_setStatus', ['id' => '10', 'val' => '3']);
{'ok':1}
Last updated 3 years ago