> For the complete documentation index, see [llms.txt](https://docs.fieldmotion.com/fieldmotion-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fieldmotion.com/fieldmotion-api-docs/asset/_setvalue.md).

# \_setValue

Set the Value for an Asset.

### Parameters

#### id

The ID of the Asset.

#### val

The monetary value to be set.

### Example

```
FM_api('Asset_setValue', ['id' => '123', 'val' => '600']);
```

### Result

#### On Success

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