# \_setVehicleId

Assigns a Vehicle to a Job.

### Parameters

#### id

The ID of the Job to assign the Vehicle to.

#### value

The ID of the Vehicle to be assigned.

### Example

```
FM_api('Job_setVehicleId', ['id' => '123', 'value' => '456']);
```

### Result

#### On Success

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