Click or drag to resize

IAtomiaBillingApiSearchShopsDetails Method

Searches shops for a reseller and returns only details.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
SearchResult<Shop> SearchShopsDetails(
	int firstRow,
	int pageSize,
	string order,
	string propertyNameToOrder,
	Dictionary<string, SearchRestriction> disjunctions,
	Dictionary<string, SearchRestriction> conjuctions,
	Guid resellerId
)

Parameters

firstRow
Type: SystemInt32
The first row.
pageSize
Type: SystemInt32
Size of the page.
order
Type: SystemString
Order of results (asc or desc).
propertyNameToOrder
Type: SystemString
Property which will be ordered.
disjunctions
Type: System.Collections.GenericDictionaryString, SearchRestriction
Disjunction definitions.
conjuctions
Type: System.Collections.GenericDictionaryString, SearchRestriction
Conjunction definitions.
resellerId
Type: SystemGuid
The reseller identifier.

Return Value

Type: SearchResultShop
Filtered shops.
See Also