# \_getClientAndMeetingTime

Return information about who and when the Job is for.

### Parameters

#### id

The ID of the Job to check.

### Example

```
FM_api('Job_getClientAndMeetingTime', ['id' => '222404']);
```

### Result

#### On Success

```
{'customer_id':'100829','customer_type':'0','meeting_time':'2015-10-30 15:21:00'}
```
