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

Drukuj

.NET Framework Class Library

IProductPricesController.GetSalePricesByProduct Method

Overload List

 

Name

Description

Public method

GetSalePricesByProduct(Int32)

Metoda umożliwia pobranie cen sprzedaży towaru o podanym id.

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

Public method

GetSalePricesByProduct(String)

Metoda umożliwia pobranie cen sprzedaży towaru o podanym kodzie.

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

See Also

IProductPricesController Interface

IProductPricesController Members

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