searchCustomers

Searches customers using the criteria specified in the request.

Return

A pair containing the matching list of FrameObjects.Customer objects on success, or a NetworkingError on failure.

Parameters

request

The search parameters including optional query string, email, and date filters.


Searches customers using the criteria specified in the request and delivers results to a callback.

Parameters

request

The search parameters including optional query string, email, and date filters.

completionHandler

Invoked with the matching list of FrameObjects.Customer objects on success, or a NetworkingError on failure.