Sage.PL.WebAPI.Interface.Purchases.Interfaces Namespace > IPurchasesController Interface > IPurchasesController Methods > GetListBySeller Method 

Drukuj

.NET Framework Class Library

IPurchasesController.GetListBySeller Method

Overload List

 

Name

Description

Public method

GetListBySeller(Int32, Nullable(DateTime), Nullable(DateTime))

Metoda umożliwia pobranie wszystkich dokumentów zakupu z podanego przedziału czasowego wystawionych dla kontrahenta (sprzedawcy) o podanym id.

[GET] /api/Purchases/Filter?sellerId=id_sprzedawcy&dateFrom=data_od&dateTo=data_do

Public method

GetListBySeller(String, Nullable(DateTime), Nullable(DateTime))

Metoda umożliwia pobranie wszystkich dokumentów zakupu z podanego przedziału czasowego wystawionych dla kontrahenta (sprzedawcy) o podanym kodzie.

[GET] /api/Purchases/Filter?sellerCode=kod_sprzedawcy&dateFrom=data_od&dateTo=data_do

See Also

IPurchasesController Interface

IPurchasesController Members

Sage.PL.WebAPI.Interface.Purchases.Interfaces Namespace