Click or drag to resize

IAtomiaBillingApiUpdateItemWithResellerPrices Method

Updates the item and reseller prices for all sub resellers of given reseller id.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
void UpdateItemWithResellerPrices(
	Item item,
	Guid resellerId
)

Parameters

item
Type: Atomia.Billing.Core.Sdk.BusinessObjectsItem
The item to be updated.
resellerId
Type: SystemGuid
The reseller identifier.
See Also