Click or drag to resize

IAtomiaBillingApiGetCounterTypesWithPrices Method

Gets counter types for given article numbers with prices for specified customer.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Dictionary<string, IList<CounterType>> GetCounterTypesWithPrices(
	IList<string> articleNumbers,
	Guid customerId
)

Parameters

articleNumbers
Type: System.Collections.GenericIListString
The article numbers.
customerId
Type: SystemGuid
The customer id.

Return Value

Type: DictionaryString, IListCounterType
Counter types with prices.
See Also