Sage.PL.WebAPI.Interface.FKF.Documents.Interfaces Namespace > IFKDocumentsController Interface > IFKDocumentsController Methods > GetFromSchemes Method 

Drukuj

.NET Framework Class Library

IFKDocumentsController.GetFromSchemes Method

Overload List

 

Name

Description

Public method

GetFromSchemes(Int32, Nullable(DateTime), Nullable(DateTime))

Metoda umożliwia pobranie wszystkich dokumentów z wzorców z podanego przedziału czasowego dla roku o podanym id.

[GET] /api/FKDocuments/Schemes?yearId=id_roku&dateFrom=data_od&dateTo=data_do

Public method

GetFromSchemes(Int32, Int32, Nullable(DateTime), Nullable(DateTime))

Metoda umożliwia pobranie wszystkich dokumentów z wzorców z podanego przedziału czasowego dla roku o podanym id i kontrahenta o podanej pozycji.

[GET] /api/FKDocuments/Buffer?yearId=id_roku&contractorPosition=pozycja_kontrahenta&dateFrom=data_od&dateTo=data_do

See Also

IFKDocumentsController Interface

IFKDocumentsController Members

Sage.PL.WebAPI.Interface.FKF.Documents.Interfaces Namespace