> 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/scheduleofrates/_setnominal.md).

# \_setNominal

Sets the Nominal code for a Schedule of Rates.

### Parameters

#### id

The ID of the Schedule of Rates.

#### nominal

The nominal code to be set for the Schedule of Rates.

### Example

```
FM_api('ScheduleOfRates_setNominal', ['id' => '9', 'nominal' => '12'])
```

### Result

#### On Success

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