EnumAccounts

Description: Returns a list of accounts for the entity currently open in the HSFWebService.

Prerequisites: CreateSession(), OpenServer(), OpenDatabase() and OpenEntity().

Syntax

Parameters

Table 19. EnumAccounts Parameters

ParameterData TypeDescription
sessionIDstringA session identifier

Returns

DataSet

Table 20. EnumAccounts DataSet

ParameterData TypeDescription
IDstringAccount ID
NamestringAccount name
NumberstringAccount number
IsInputbooleanIndicates if the account is an input or an output:
  • true

    Input account

  • false

    Output account

Example

See IncomeStatement.aspx.