Sage.PL.WebAPI.Interface.FKF.Common.Interfaces Namespace > IFKCurrenciesTablesController Interface > IFKCurrenciesTablesController Members

Drukuj

.NET Framework Class Library

IFKCurrenciesTablesController Members

The IFKCurrenciesTablesController type exposes the following members.

Methods

 

Name

Description

Public method

Get()

Metoda umożliwia pobranie listy tabeli kursów.

[GET] /api/FKCurrenciesTables

Public method

Get(Int32, Nullable(DateTime))

Metoda umożliwia pobranie tabeli kursów dla waluty o podanym id i ze wskazanego dnia.

[GET] /api/FKCurrenciesTables?currencyId=id_waluty&date=z_dnia

Public method

GetList

Metoda umożliwia pobranie listy tabeli kursów z podanego przedziału czasowego.

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

Public method

GetListByCurrency

Metoda umożliwia pobranie listy tabeli kursów z podanego przedziału czasowego.

[GET] /api/FKCurrenciesTables/Filter?currencyId=id_waluty&dateFrom=data_od&dateTo=data_do

See Also

IFKCurrenciesTablesController Interface

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