# \_setPdfSent

Sets the Pdf sent status to sent for a Job.

### Parameters

#### id

The ID of the Job to set the Pdf status to sent.

### Example

```
FM_api('Job_setPdfSent', ['id' => '142'])
```

### Result

#### On Success

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