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

Drukuj

.NET Framework Class Library

IProductsController.Get Method

Overload List

 

Name

Description

Public method

Get()

Metoda umożliwia pobranie listy wszystkich towarów.

[GET] /api/Products

Public method

Get(Boolean)

Obsolete.

Metoda umożliwia pobranie listy wszystkich towarów.

[GET] /api/Products?salePrices=czy_uzupelnic_o_ceny_sprzedazy

Public method

Get(Int32)

Metoda umożliwia pobranie towaru o podanym id.

[GET] /api/Products?id=id_towaru

Public method

Get(String)

Metoda umożliwia pobranie towaru o podanym kodzie.

[GET] /api/Products?code=kod_towaru

See Also

IProductsController Interface

IProductsController Members

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