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

Drukuj

.NET Framework Class Library

IPriceListsController Methods

The IPriceListsController type exposes the following members.

Methods

 

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

Public method

IncrementalSync

Metoda umożliwia pobranie listy cenników, które zostały zmodyfikowane lub usunięte od zadanej daty.

[GET] /api/PriceLists/IncrementalSync?dateFrom=data_od

See Also

IPriceListsController Interface

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