Click or drag to resize

IAtomiaBillingApiListAzureMarkupsForItem Method

List all azure markups for item

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
List<AzureMarkup> ListAzureMarkupsForItem(
	string articleNumber,
	List<Guid> resellerIds
)

Parameters

articleNumber
Type: SystemString
Item article number
resellerIds
Type: System.Collections.GenericListGuid

[Missing <param name="resellerIds"/> documentation for "M:Atomia.Billing.Core.Sdk.IAtomiaBillingApi.ListAzureMarkupsForItem(System.String,System.Collections.Generic.List{System.Guid})"]

Return Value

Type: ListAzureMarkup

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.IAtomiaBillingApi.ListAzureMarkupsForItem(System.String,System.Collections.Generic.List{System.Guid})"]

See Also