# \_getByAccountNumber

Returns the Customer ID

### Parameters

#### account\_number

The account\_number of the Customer

### Example

```
FM_api('Customer_getByAccountNumber', ['account_number'=>'125']);
```

#### On Success

```
{"id":"22"}
```
