Sage.PL.WebAPI.Interface.FKF.Common.Interfaces Namespace > IFKCurrenciesController Interface > IFKCurrenciesController Methods > GetCurrencyInTable Method 

Drukuj

.NET Framework Class Library

IFKCurrenciesController.GetCurrencyInTable Method

Metoda umożliwia pobranie listy walut znajdujących się w tabeli kursów. Metoda jest tożsama z metodą Get().

[GET] /api/FKCurrencies/InTable

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

<ObsoleteAttribute> _
Function GetCurrencyInTable As IHttpActionResult

C#

[ObsoleteAttribute]
IHttpActionResult GetCurrencyInTable()

Visual C++

[ObsoleteAttribute]
IHttpActionResultGetCurrencyInTable()

JavaScript

function getCurrencyInTable();

Return Value

Zwraca kolekcję obiektów Currency.

See Also

IFKCurrenciesController Interface

IFKCurrenciesController Members

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