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

Drukuj

.NET Framework Class Library

IFKAccountsChartController.GetTreeList Method

Metoda umożliwia pobranie drzewiastej 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 GetTreeList ( _
 yearId As Integer _
As IHttpActionResult

C#

IHttpActionResult GetTreeList(
 int yearId
)

Visual C++

IHttpActionResultGetTreeList(
 int yearId
)

JavaScript

function getTreeList(yearId);

Parameters

yearId

Type: System.Int32

[FromUri] Id roku.

Return Value

Zwraca kolekcję obiektów planu kont AccountChartElement.

See Also

IFKAccountsChartController Interface

IFKAccountsChartController Members

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