GeneralLedgerAccountSearch
Search general ledger accounts based on filters.
See: GeneralLedgerAccount
Permission Areas: GeneralLedgerAccount
| Column | Type | Size | Table | Description |
|---|---|---|---|---|
recNo |
long |
generalLedgerAccount |
||
summaryCount |
int |
generalLedgerAccount |
||
createDateTime |
DateTimeOffset |
generalLedgerAccount |
||
lastModifiedDateTime |
DateTimeOffset |
generalLedgerAccount |
||
category |
short |
generalLedgerAccount |
Assets = 1, Liabilities = 2, Capital = 3, Sales = 4, CostOfSales = 5, Expenses = 6 | |
name |
string |
64 | generalLedgerAccount |
|
description |
string |
128 | generalLedgerAccount |
|
activeStatus |
bool |
generalLedgerAccount |
||
indexNo |
short |
generalLedgerAccount |
| Parameter | Type | Linked Column | Description |
|---|---|---|---|
recNo [inherited] |
NumSearchParam |
recNo |
|
startingRow [inherited] |
long |
||
rowCount [inherited] |
long |
||
topRows [inherited] |
long |
||
distinct [inherited] |
bool |
||
createDateTimeFrom [inherited] |
DateTimeUTCSearchParam |
||
createDateTimeTo [inherited] |
DateTimeUTCSearchParam |
||
modifiedDateTimeFrom [inherited] |
DateTimeUTCSearchParam |
||
modifiedDateTimeTo [inherited] |
DateTimeUTCSearchParam |
||
includeCols [inherited] |
string[] |
||
includeColsExtended [inherited] |
includeColsExtended[] |
||
baseUrl [inherited] |
string |
||
reportFormat [inherited] |
bool |
||
reportName [inherited] |
string |
||
queryOptimizerFlags [inherited] |
[int<int>] |
Recompile = 1 | |
category |
EnumSearchParam<Category> |
category |
Assets = 1, Liabilities = 2, Capital = 3, Sales = 4, CostOfSales = 5, Expenses = 6 |
name |
StringSearchParam |
name |
|
activeStatus |
bool |
activeStatus |
| Status code | Description |
|---|---|
| 200 | Ok |
| 401 | Unauthorized |
| 403 | Forbidden |
AssemblyVersion: 1.5.6.5
References to GeneralLedgerAccountSearch
See: Swagger
Developer Portal