Click or drag to resize

IAtomiaBillingApiListItemsWithDetails Method

Note: This API is now obsolete.

Lists the items with details.

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

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.
orderByPropertyName
Type: SystemString
Name of the order by name.
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.
currencyCode
Type: SystemString
The currency code.

Return Value

Type: SearchResultItem
List of items with details
See Also