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

Drukuj

.NET Framework Class Library

IPriceListsController.Get Method

Overload List

 

Name

Description

Public method

Get()

Metoda umożliwia pobranie listy wszystkich cenników.

[GET] /api/PriceLists

Public method

Get(Int32)

Metoda umożliwia pobranie cenniku o podanym id.

[GET] /api/PriceLists?id=id_cennika

Public method

Get(String)

Metoda umożliwia pobranie cenniku o podanym kodzie.

[GET] /api/PriceLists?code=kod_cennika

See Also

IPriceListsController Interface

IPriceListsController Members

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