Sage.PL.WebAPI.Interface.Common.Interfaces Namespace > ICurrencyRatesController Interface > ICurrencyRatesController Members

Drukuj

.NET Framework Class Library

ICurrencyRatesController Members

The ICurrencyRatesController type exposes the following members.

Methods

 

Name

Description

Public method

Get()

Metoda umożliwia pobranie listy kursów walut.

[GET] /api/CurrencyRates

Public method

Get(Int32, Nullable(DateTime))

Metoda umożliwia pobranie kursu waluty o podanym id i ze wskazanego dnia.

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

Public method

GetList

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

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

Public method

GetListByCurrency

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

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

See Also

ICurrencyRatesController Interface

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