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

Drukuj

.NET Framework Class Library

IPriceListsController.Get Method

Metoda umożliwia pobranie listy wszystkich cenników.

[GET] /api/PriceLists

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 As IHttpActionResult

C#

IHttpActionResult Get()

Visual C++

IHttpActionResultGet()

JavaScript

function get();

Return Value

Zwraca kolekcję obiektów PriceListListElement.

See Also

IPriceListsController Interface

IPriceListsController Members

Get Overload

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