Click or drag to resize

IAtomiaBillingApiResellerSearchManagableAccounts Method

Searches in sub accounts (only one level) and extra accounts.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Account[] ResellerSearchManagableAccounts(
	out int total,
	int pageIndex,
	int pageSize,
	string searchPattern,
	string[] allowedTypes,
	string[] allowedStatuses,
	string[] sortColumns,
	string sortingDirection,
	bool includeAccount,
	string resellerRootDomain
)

Parameters

total
Type: SystemInt32
The total.
pageIndex
Type: SystemInt32
Index of the page.
pageSize
Type: SystemInt32
Size of the page.
searchPattern
Type: SystemString
The search pattern. Method does searching in: Name, FirstName, LastName, CompanyName
allowedTypes
Type: SystemString
The allowed types. Can be Reseller, Customer
allowedStatuses
Type: SystemString
The allowed statuses.
sortColumns
Type: SystemString
The sort column. Can be: Id and CompanyName
sortingDirection
Type: SystemString
The sorting direction, can be asc or desc
includeAccount
Type: SystemBoolean
if set to true [include account].
resellerRootDomain
Type: SystemString
The reseller root domain.

Return Value

Type: Account
Filtered accounts.
See Also