Sage.PL.WebAPI.Interface.Payments.Interfaces Namespace > ISettlementsController Interface > ISettlementsController Methods > GetListByMaturityDate Method 

Drukuj

.NET Framework Class Library

ISettlementsController.GetListByMaturityDate Method

Overload List

 

Name

Description

Public method

GetListByMaturityDate(Nullable(DateTime), Nullable(DateTime))

Metoda umożliwia pobranie wszystkich rozrachunków z podanego przedziału czasowego filtrowanego po dacie terminu płatności z dokumentu.

[GET] /api/Settlements/Filter/ByMaturityDate?dateFrom=data_od&dateTo=data_do

Public method

GetListByMaturityDate(Int32, Nullable(DateTime), Nullable(DateTime))

Metoda umożliwia pobranie wszystkich rozrachunków z podanego przedziału czasowego filtrowanego po dacie terminu płatności z dokumentu dla kontrahenta o podanym id.

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

Public method

GetListByMaturityDate(String, Nullable(DateTime), Nullable(DateTime))

Metoda umożliwia pobranie wszystkich rozrachunków z podanego przedziału czasowego filtrowanego po dacie terminu płatności z dokumentu dla kontrahenta o podanym kodzie.

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

See Also

ISettlementsController Interface

ISettlementsController Members

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