Sage.PL.WebAPI.Interface.Payments.Interfaces Namespace > IPaymentsController Interface > IPaymentsController Methods > GetListByContractor Method 

Drukuj

.NET Framework Class Library

IPaymentsController.GetListByContractor Method

Overload List

 

Name

Description

Public method

GetListByContractor(Int32, Nullable(DateTime), Nullable(DateTime))

Metoda umożliwia pobranie wszystkich dokumentów płatności z podanego przedziału czasowego wystawionych dla kontrahenta o podanym id.

[GET] /api/Payments/Filter?contractorId=id_kontrahenta&dateFrom=data_od&dateTo=data_do

Public method

GetListByContractor(String, Nullable(DateTime), Nullable(DateTime))

Metoda umożliwia pobranie wszystkich dokumentów płatności z podanego przedziału czasowego wystawionych dla kontrahenta o podanym kodzie.

[GET] /api/Payments/Filter?contractorCode=kod_kontrahenta&dateFrom=data_od&dateTo=data_do

See Also

IPaymentsController Interface

IPaymentsController Members

Sage.PL.WebAPI.Interface.Payments.Interfaces Namespace