Sage.PL.WebAPI.Interface.Common.Interfaces Namespace > ICurrencyRatesController Interface > ICurrencyRatesController Methods > Get Method 

Drukuj

.NET Framework Class Library

ICurrencyRatesController.Get Method

Overload List

 

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

See Also

ICurrencyRatesController Interface

ICurrencyRatesController Members

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