WSGetChartOfAccountsLine - accountsIQ/API-Wiki GitHub Wiki
The WSGetChartOfAccountsLine is a structure used when getting the Chart of Accounts. Contains information of the accounts in the general ledger.
| Parameter | Type | Description |
|---|---|---|
| Code | String | The code of the account. |
| Description | String | Description of the account. |
| AccountType | String | The type of the account. |
| DefaultTaxID | String | The default tax Id assigned to this account. |
| GLCategoryID | String | The Id of the GL Category assigned to this account. |
| GLSubCategoryID | String | The Id of the GL Sub Category assigned to this account. |
| GLCategory | String | The name of the GL Category assigned to this account. |
| GLSubCategory | String | The name of the GL Sub Category assigned to this account. |
| DepartmentID (BI Code) | String | BI Code assigned to the account (ID of the department). |
| IsDepartmental (Requires BI Code) | Boolean | States if all transactions associated with this account require a BI Code (department) |
| BalanceSheetType | String | The type of the balance sheet for the account. |
| GLCategoryTypeID | String | The Id of the GL Category Type assigned to this account. |
| GLCategoryTypeDescription | String | The description of the GL Category Type assigned to this account. |
| IsActive | Boolean | States whether account is active or not. |
| CurrencyCode | String | The currency code assigned to this account. |
| GLGroupID | String | The Id of the Group Id assigned to the account. |
| GLGroup | String | The name of the Group Id assigned to the account. |