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

Drukuj

.NET Framework Class Library

IFKCurrenciesTablesController.Get Method

Metoda umożliwia pobranie listy tabeli kursów.

[GET] /api/FKCurrenciesTables

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 As IHttpActionResult

C#

IHttpActionResult Get()

Visual C++

IHttpActionResultGet()

JavaScript

function get();

Return Value

Zwraca kolekcję obiektów CurrencyTable.

See Also

IFKCurrenciesTablesController Interface

IFKCurrenciesTablesController Members

Get Overload

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