_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"}

Last updated