Sage.PL.WebAPI.Interface.FKF.Common.Interfaces Namespace > IFKCurrenciesTablesController Interface > IFKCurrenciesTablesController Methods > Get Method  > Get Method (Int32, Nullable(DateTime))

Drukuj

.NET Framework Class Library

IFKCurrenciesTablesController.Get Method (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

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

Assembly:  Sage.PL.WebAPI.Interface.FKF.Common (in Sage.PL.WebAPI.Interface.FKF.Common.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Function Get ( _
 currencyId As Integer, _
 Optional date As Nullable(Of DateTime) = Nothing _
As IHttpActionResult

C#

IHttpActionResult Get(
 int currencyId,
 Nullable<DateTimedate = null
)

Visual C++

IHttpActionResultGet(
 int currencyId,
 Nullable<DateTimedate = nullptr
)

JavaScript

function get(currencyIddate);

Parameters

currencyId

Type: System.Int32

[FromUri] Id waluty.

date (Optional)

Type: System.Nullable(DateTime)

[FromUri] Z dnia.

Return Value

Zwraca kolekcję obiektów CurrencyTable.

See Also

IFKCurrenciesTablesController Interface

IFKCurrenciesTablesController Members

Get Overload

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