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

Drukuj

.NET Framework Class Library

IProductPricesController.GetPriceFactors Method

Metoda umożliwia pobranie listy współczynników wyliczenia ceny towaru spełaniające podane kryteria.

[GET] /api/ProductPrices/PriceFactors

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

Assembly:  Sage.PL.WebAPI.Interface.Products (in Sage.PL.WebAPI.Interface.Products.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Function GetPriceFactors ( _
 criteria As PriceFactorCriteria _
As IHttpActionResult

C#

IHttpActionResult GetPriceFactors(
 PriceFactorCriteria criteria
)

Visual C++

IHttpActionResultGetPriceFactors(
 PriceFactorCriteriacriteria
)

JavaScript

function getPriceFactors(criteria);

Parameters

criteria

Type: Sage.PL.WebAPI.Interface.Products.ViewModels.Prices.PriceFactorCriteria

[FromBody] Kryteria wyszukana współczynników ceny.

Return Value

Zwraca kolekcję obiektów PriceFactor.

See Also

IProductPricesController Interface

IProductPricesController Members

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