_setTax

Sets the tax of a Quote.

Parameters

id

The ID of the Quote.

value

The new tax for the Quote.

Example

FM_api('Quotes_setTax', ['id' => '123', 'value' => '12.00']);

Results

On Success

{'ok':1}

On Failure

If neither of the parameters were given:

{'error':'id and val parameters are both required'}

Last updated