Sage.PL.WebAPI.Interface.Products.Interfaces Namespace > IProductPricesController Interface > IProductPricesController Methods > GetQuantitativeDiscountsByProduct Method 

Drukuj

.NET Framework Class Library

IProductPricesController.GetQuantitativeDiscountsByProduct Method

Overload List

 

Name

Description

Public method

GetQuantitativeDiscountsByProduct(Int32)

Metoda umożliwia pobranie upustów ilościowych towaru o podanym id.

[GET] /api/ProductPrices/QuantitativeDiscounts?productId=id_towaru

Public method

GetQuantitativeDiscountsByProduct(String)

Metoda umożliwia pobranie upustów ilościowych towaru o podanym kodzie.

[GET] /api/ProductPrices/QuantitativeDiscounts?productCode=kod_towaru

See Also

IProductPricesController Interface

IProductPricesController Members

Sage.PL.WebAPI.Interface.Products.Interfaces Namespace