searchMerchantApplicationsCount

Reseller only method.

Description

Identical to the searchMerchantApplications method except only the application counts are returned. Like searchMerchantApplications, this method returns MerchantApplicationSearchResult. The only difference is that MerchantApplicationSearchResult.Applications is left empty. This method provides a quicker way to determine the size of the result set before starting to retrieve the full search results.

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

Syntax

MerchantApplicationSearchResult searchMerchantApplicationsCount ( ueSecurityToken Token, SearchParam Search, boolean MatchAll, integer Start, integer Limit, 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 Sort Field name to sort the results by

Return Value

MerchantApplicationSearchResult Returns results of merchant application search based on search parameters set.