> 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/jobtype/_new.md).

# \_new

Create a Job Type.

### Parameters

#### name

The name of the Job Type you wish to add.

### Example

```
FM_api('JobType_new', ['name' => 'new job type'])
```

### Result

```
{"ok":1,"id":5,"name":"new job type"}
```
