Sage.PL.WebAPI.Interface.FKF.Documents.Interfaces Namespace > IFKDocumentsController Interface > IFKDocumentsController Members

Drukuj

.NET Framework Class Library

IFKDocumentsController Members

The IFKDocumentsController type exposes the following members.

Methods

 

Name

Description

Public method

Get()

Metoda umożliwia pobranie listy dokumentów.

[GET] /api/FKDocuments

Public method

Get(Int32, Int32)

Metoda umożliwia pobranie dokumentu o podanym id z roku o podanym id.

[GET] /api/FKDocuments?id=id_słownika&yearId=id_roku

[FromUri] Id dokumentu.[FromUri] Id roku.

Public method

GetDocumentFeatures()

Metoda umożliwia pobranie listy cech dokumentu.

[GET] /api/FKDocuments/DocumentFeatures

Public method

GetDocumentFeatures(Int32)

Metoda umożliwia pobranie listy cech dokumentu obowiązujących w roku o podanym id.

[GET] /api/FKDocuments/DocumentFeatures?yearId=id_roku

[FromUri] Id roku.

Public method

GetDocumentRecordFeatures()

Metoda umożliwia pobranie listy cech zapisu.

[GET] /api/FKDocuments/DocumentRecordFeatures

Public method

GetDocumentRecordFeatures(Int32)

Metoda umożliwia pobranie listy cech zapisu obowiązujących w roku o podanym id.

[GET] /api/FKDocuments/DocumentRecordFeatures?yearId=id_roku

[FromUri] Id roku.

Public method

GetDocumentTransactions

Meotda umożliwia pobranie listy dokumentów razem z ich transakcjami według wyfilotrwanych danych.

[GET] /api/FKDocuments/Transactions

Public method

GetDocumentTypes()

Metoda umożliwia pobranie wszystkich typów dokumentów.

[GET] /api/FKDocuments/DocumentTypes

Public method

GetDocumentTypes(Int32)

Metoda umożliwia pobranie wszystkich typów dokumentów obowiązujących w roku o podanym id.

[GET] /api/FKDocuments/DocumentTypes?yearId=id_roku

[FromUri] Id roku.

Public method

GetFromAccountingBooks(Int32, Nullable(DateTime), Nullable(DateTime))

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

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

Public method

GetFromAccountingBooks(Int32, Int32, Nullable(DateTime), Nullable(DateTime))

Metoda umożliwia pobranie wszystkich dokumentów z ksiąg 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

Public method

GetFromBuffer(Int32, Nullable(DateTime), Nullable(DateTime))

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

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

Public method

GetFromBuffer(Int32, Int32, Nullable(DateTime), Nullable(DateTime))

Metoda umożliwia pobranie wszystkich dokumentów w buforze 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

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

Public method

GetMarkers

Metoda umożliwia pobranie listy znaczników dokumentu.

[GET] /api/FKDocuments/Markers

Public method

GetPagedDocument

Metoda umożliwia pobranie listy dokumentów z rozłożeniem na strony.

[GET] /api/FKDocuments/Page?page=numer_strony&size=ilosc_obiektów_na_stronie&orderBy=wartość_z_obiektu_enumOrderByType

See Also

IFKDocumentsController Interface

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