Edits the Cost of a Marketing Expense
The ID of the Marketing Expense being modified
The new cost value being applied to the Marketing Expense
FM_api( 'MarketingExpense_setExpense',[ 'id' => '19', 'val' => '472.74' ] );
If the "id" parameter is not set
If the "val" parameter is not set
Last updated 3 years ago
{"ok":1}
{"error":"missing or invalid parameter: id"}
{"error":"missing or invalid parameter: val"}