Sage.PL.WebAPI.Interface.Products.Interfaces Namespace > IPriceListsController Interface > IPriceListsController Methods > Get Method  > Get Method (String)

Drukuj

.NET Framework Class Library

IPriceListsController.Get Method (String)

Metoda umożliwia pobranie cenniku o podanym kodzie.

[GET] /api/PriceLists?code=kod_cennika

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 Get ( _
 code As String _
As IHttpActionResult

C#

IHttpActionResult Get(
 string code
)

Visual C++

IHttpActionResultGet(
 Stringcode
)

JavaScript

function get(code);

Parameters

code

Type: System.String

[FromUri] Kod cennika.

Return Value

Zwraca obiekt cennika PriceList.

See Also

IPriceListsController Interface

IPriceListsController Members

Get Overload

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