searchMerchantApplicationsCustom

Reseller only method.

Description

Use this method if you only need to view a few select fields of the applications you are searching for. Since it will only return the fields you specify, it is more efficient than the searchMerchantApplications method.

See also addMerchantApplication, getMerchantApplicationStatus, getMerchant, updateMerchant, deleteMerchant, getMerchantSummary, searchMerchantApplications, searchMerchantApplicationsCount

Syntax

string searchMerchantApplicationsCustom ( ueSecurityToken Token, SearchParam Search, boolean MatchAll, integer Start, integer Limit, string FieldList, string Format, string Sort)

Arguments

Type Name Description
ueSecurityToken Token Reseller security token, used to identify reseller and validate request.
SearchParam Search Array of search parameters.
boolean MatchAll If set to "true," only results matching all search criteria will be returned, if set to "false," results matching any of the search criteria will be returned.
integer Start Start position, defaults to 0 (first merchant found).
integer Limit Maximum number of merchants to return in result.
string FieldList String Array of fields to return in search.
string Format Specify format of return data. Possible formats include: csv, tab, xml.
string Sort Field name to sort the results by

Return Value

string Base64 encode result set. Returns all of the fields from any transactions matching your search parameters.

Change History

Version Change
1.4 Added method