Click or drag to resize

IAtomiaBillingApiListItemsForReseller Method

Lists items with prices for specified reseller.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
SearchResult<Item> ListItemsForReseller(
	Guid resellerId,
	Guid customerId,
	int pageSize,
	int rowStart,
	string order,
	string orderByPropertyName,
	Dictionary<string, SearchRestriction> disjunctions,
	Dictionary<string, SearchRestriction> conjuctions,
	string countryCode,
	string languageCode
)

Parameters

resellerId
Type: SystemGuid
The reseller id.
customerId
Type: SystemGuid
The customer id.
pageSize
Type: SystemInt32
Size of the page.
rowStart
Type: SystemInt32
The row start.
order
Type: SystemString
The order (asc or desc).
orderByPropertyName
Type: SystemString
Name of the ordering property.
disjunctions
Type: System.Collections.GenericDictionaryString, SearchRestriction
The disjunctions.
conjuctions
Type: System.Collections.GenericDictionaryString, SearchRestriction
The conjunctions.
countryCode
Type: SystemString
The country code.
languageCode
Type: SystemString
The language code.

Return Value

Type: SearchResultItem
List of items with details.
See Also