Description: Returns a list of accounts for the entity currently open in the HSFWebService.
Prerequisites: CreateSession(), OpenServer(), OpenDatabase() and OpenEntity().
Visual Basic
Public Function EnumAccounts( _ ByVal sessionID As String _ ) As DataSet
C#
public DataSet EnumAccounts( string sessionID )
C++
public: DataSet EnumAccounts( String sessionID ) sealed
JScript
public function EnumAccounts( sessionID : String ) : DataSet
DataSet
Table 20. EnumAccounts DataSet
Parameter | Data Type | Description |
---|---|---|
ID | string | Account ID |
Name | string | Account name |
Number | string | Account number |
IsInput | boolean | Indicates if the account is an input or an output:
|
See IncomeStatement.aspx.