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

Drukuj

.NET Framework Class Library

IPurchasesController.GetListByDeliverer Method

Overload List

 

Name

Description

Public method

GetListByDeliverer(Int32, Nullable(DateTime), Nullable(DateTime))

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

[GET] /api/Purchases/Filter?delivererId=id_dostawcy&dateFrom=data_od&dateTo=data_do

Public method

GetListByDeliverer(String, Nullable(DateTime), Nullable(DateTime))

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

[GET] /api/Purchases/Filter?delivererCode=kod_dostawcy&dateFrom=data_od&dateTo=data_do

See Also

IPurchasesController Interface

IPurchasesController Members

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