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

Drukuj

.NET Framework Class Library

IProductPricesController.OrderPrices Method

Metoda umożliwia pobranie listy cen dla zadanych kryteriów wyliczonych za pomocą pozycji zamówienia obcego.

[PATCH] /api/ProductPrices/OrderPrices

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 OrderPrices ( _
 criteria As PriceOrderCriteria _
As IHttpActionResult

C#

IHttpActionResult OrderPrices(
 PriceOrderCriteria criteria
)

Visual C++

IHttpActionResultOrderPrices(
 PriceOrderCriteriacriteria
)

JavaScript

function orderPrices(criteria);

Parameters

criteria

Type: Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations.PriceOrderCriteria

[FromBody] Kryteria wyliczania ceny towaru.

Return Value

Zwraca obiekt PriceOrderResult.

See Also

IProductPricesController Interface

IProductPricesController Members

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