# \_setNet

Sets the net value of a Quote.

### Parameters

#### id

The ID of the Quote.

#### value

The new net value for the Quote.

### Example

```
FM_api('Quotes_setNet', ['id' => '123', 'value' => '55.00']);
```

### Results

#### On Success

```
{'ok':1}
```

#### On Failure

If neither of the parameters were given:

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