Sage.PL.WebAPI.Interface.FKF.AccountsChart.Interfaces Namespace > IFKAccountsChartController Interface > IFKAccountsChartController Methods > GetFlatList Method 

Drukuj

.NET Framework Class Library

IFKAccountsChartController.GetFlatList Method

Metoda umożliwia pobranie płaskiej listy planu kont dla roku o podanym id.

[GET] /api/FKAccountsChart/FlatList?yearId=id_roku

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

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

Syntax

Visual Basic

Function GetFlatList ( _
 yearId As Integer _
As IHttpActionResult

C#

IHttpActionResult GetFlatList(
 int yearId
)

Visual C++

IHttpActionResultGetFlatList(
 int yearId
)

JavaScript

function getFlatList(yearId);

Parameters

yearId

Type: System.Int32

[FromUri] Id roku.

Return Value

Zwraca kolekcję obiektów planu kont AccountChartElementSimple.

See Also

IFKAccountsChartController Interface

IFKAccountsChartController Members

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