Account groups are the fundamental building blocks of financial reporting. Every account must be part of an account group if its data is to be used in a balance sheet, income statement, cash flow, or other report. The most basic types of account groups contain either individual accounts or other account groups.
Returns a collection with a key, ID, and link for each group. This operation is mostly for use in testing; use the query service to find account groups that meet specific criteria and to specify the properties that you want in the response.
OK
Bad Request
{- "ia::result": [
- {
- "key": "647",
- "id": "Liquidity Ratios",
- "href": "/objects/general-ledger/account-group/647"
}, - {
- "key": "621",
- "id": "Cash and ST Investments",
- "href": "/objects/general-ledger/account-group/621"
}, - {
- "key": "629",
- "id": "Days in Month",
- "href": "/objects/general-ledger/account-group/629"
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}
Creates a new account group.
Account group to create
id required | string Account group name. Example: "85 - Cash" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
title | string Display on report as. Example: "Cash" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
displayTotalLineAs | string Display total line as. Example: "Total Accounts Payable" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
manager | string Person to consult if there are questions about the account group. This is a free form field not tied to users (you can provide a partner name, or any other name). Example: "John Doe" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
calculationMethod | string or null Default: "period" Calculation method Example: "period" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Use report filters to restrict the data displayed by dimension or other factors. Report filters can be more restrictive than filtering at other levels. The filters here work on charts, graphs, performance cards, and financial reports, but are ignored in GL reports. Valid values for all dimension report filters:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
normalBalance | string Default: "credit" Normal balance, either debit or credit. Example: "credit" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
groupType | string or null Default: "accounts" Account group type.
Example: "groups" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
isKPI | boolean Default: false Is a KPI. Example: false | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
includeChildAmount | boolean Default: false Roll up child amounts. Example: true | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Account group purpose to associate with this account group. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Dimensions to filter by if | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects Array of account range for the account group. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects Array of statistical account range for the account group. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects Array of account group members for the account group. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects Array of account group category members for the account group. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects Array of statistical account group category members for the account group. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects Array of computation group members for the account group. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
|
Created
Bad Request
{- "id": "AGG Group",
- "normalBalance": "debit",
- "calculationMethod": "period",
- "includeChildAmount": false,
- "title": "ReportFilter",
- "displayTotalLineAs": "Total ReportFilter",
- "dimensions": {
- "locationGroup": {
- "id": null
}, - "nsp::udd1": {
- "key": "10111"
}
}, - "reportFilters": {
- "debitOrCredit": "both",
- "department": "noFilter",
- "location": "noFilter",
- "vendor": "noFilter",
- "customer": "noFilter",
- "project": "noFilter",
- "employee": "noFilter",
- "item": "noFilter",
- "class": "noFilter",
- "task": "noFilter",
- "warehouse": "noFilter",
- "asset": "noFilter",
- "affiliateEntity": "noFilter",
- "nsp::udd1": "specific",
- "nsp::udd2": "nullvalue",
- "nsp::udd3": "nofilter",
- "nsp::FUND": "nofilter",
- "nsp::job_code": "nofilter",
- "nsp::govudd": "nofilter",
- "nsp::gov2": "nofilter",
- "nsp::nxgen_udd": "nofilter",
- "nsp::nxt_gen_udd": "nofilter",
- "nsp::nxt_gen_2_udd": "nofilter",
- "nsp::restriction": "nofilter",
- "nsp::locality": "nofilter"
}, - "groupType": "accounts",
- "isKPI": false,
- "manager": "AG",
- "accountGroupPurpose": {
- "id": "21"
}, - "accountRanges": [
- {
- "sortOrder": 0,
- "rangeFrom": "1000",
- "rangeTo": "2000"
}, - {
- "sortOrder": 1,
- "rangeFrom": "3000",
- "rangeTo": "3000"
}
], - "accountGroupMembers": [ ],
- "accountGroupComputation": [ ],
- "accountGroupCategoryMembers": [ ],
- "statisticalAccountGroupCategoryMembers": [ ]
}
{- "ia::result": {
- "key": "719",
- "id": "AGG Group",
- "href": "/objects/general-ledger/account-group/719"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Returns detailed information for a specified account group.
key required | string System-assigned key for the account group. |
OK
Bad Request
{- "ia::result": {
- "key": "713",
- "id": "AG-Computation-01",
- "normalBalance": "debit",
- "calculationMethod": "period",
- "includeChildAmount": false,
- "title": "AG-Computation-01",
- "displayTotalLineAs": "Total AG-Computation-01",
- "dimensions": {
- "location": {
- "key": null,
- "name": null,
- "id": null
}, - "department": {
- "key": "5",
- "name": "Engineering",
- "id": "3",
- "href": "/objects/company-config/department/5"
}, - "departmentGroup": {
- "key": null,
- "name": null,
- "id": null
}, - "locationGroup": {
- "key": "7",
- "name": "Level 1 Locations",
- "id": "Level 1 Locations"
}, - "nsp::FUND": {
- "key": null
}, - "nsp::gov2": {
- "key": null
}, - "nsp::govudd": {
- "key": null
}, - "nsp::job_code": {
- "key": null
}, - "nsp::locality": {
- "key": null
}, - "nsp::location_UDD": {
- "key": null
}, - "nsp::nxgen_udd": {
- "key": null
}, - "nsp::nxt_gen_2_udd": {
- "key": null
}, - "nsp::nxt_gen_udd": {
- "key": null
}, - "nsp::restriction": {
- "key": null
}, - "nsp::udd1": {
- "key": null
}, - "nsp::udd3": {
- "key": null
}, - "nsp::udd_state1": {
- "key": null
}, - "project": {
- "key": null,
- "id": null,
- "name": null
}, - "customer": {
- "key": null,
- "id": null,
- "name": null
}, - "vendor": {
- "key": null,
- "id": null,
- "name": null
}, - "employee": {
- "key": null,
- "id": null,
- "name": null
}, - "item": {
- "key": null,
- "id": null,
- "name": null
}, - "class": {
- "key": null,
- "id": null,
- "name": null
}, - "task": {
- "key": null,
- "id": null,
- "name": null
}, - "warehouse": {
- "key": null,
- "id": null,
- "name": null
}, - "asset": {
- "key": null,
- "id": null,
- "name": null
}, - "affiliateEntity": {
- "key": null,
- "id": null,
- "name": null
}
}, - "reportFilters": {
- "debitOrCredit": "both",
- "department": "specificHierarchy",
- "location": "specific",
- "vendor": "noFilter",
- "customer": "noFilter",
- "project": "noFilter",
- "employee": "noFilter",
- "item": "noFilter",
- "class": "noFilter",
- "contract": null,
- "task": "noFilter",
- "warehouse": "noFilter",
- "costtype": null,
- "asset": "noFilter",
- "affiliateEntity": "noFilter",
- "nsp::udd1": "nofilter",
- "nsp::udd2": "nofilter",
- "nsp::udd3": "nofilter",
- "nsp::FUND": "nofilter",
- "nsp::job_code": "nofilter",
- "nsp::govudd": "nofilter",
- "nsp::gov2": "nofilter",
- "nsp::nxgen_udd": "nofilter",
- "nsp::nxt_gen_udd": "nofilter",
- "nsp::nxt_gen_2_udd": "nofilter",
- "nsp::restriction": "nofilter",
- "nsp::locality": "nofilter"
}, - "groupType": "computation",
- "isKPI": false,
- "audit": {
- "createdDateTime": "2024-07-04T06:36:03Z",
- "modifiedDateTime": "2024-07-04T06:36:03Z",
- "createdBy": "1",
- "modifiedBy": "1"
}, - "manager": "John Doe",
- "accountGroupPurpose": {
- "key": "10",
- "id": "P&L",
- "href": "/objects/general-ledger/account-group-purpose/10"
}, - "nsp::GAN_TEXT": null,
- "nsp::GLDIMUDD2": null,
- "accountRanges": [ ],
- "accountGroupMembers": [ ],
- "accountGroupComputation": [
- {
- "id": "59",
- "key": "59",
- "glAccountGroup": {
- "key": "713",
- "id": "AG-Computation-01",
- "href": "/objects/general-ledger/account-group/713"
}, - "formulaLeft": {
- "glAccount": {
- "key": null,
- "id": null,
- "name": null
}, - "glAccountGroup": {
- "key": "1902",
- "id": "Acc grp with Dept filter",
- "href": "/objects/general-ledger/account-group/1902"
}, - "constant": "10",
- "asOf": "forPeriod"
}, - "operator": "add",
- "formulaRight": {
- "glAccount": {
- "key": null,
- "id": null,
- "name": null
}, - "glAccountGroup": {
- "key": "1044",
- "id": "990IX Advertising and Promotion",
- "href": "/objects/general-ledger/account-group/1044"
}, - "constant": "10",
- "asOf": "forPeriod"
}, - "numberOfDecimalPlaces": 2,
- "displayAs": "number",
- "unit": "AK",
- "unitPlacement": "left",
- "audit": {
- "createdDateTime": "2024-06-17T05:00:51Z",
- "modifiedDateTime": "2024-06-17T05:00:51Z",
- "createdBy": "1",
- "modifiedBy": "1"
}, - "href": "/objects/general-ledger/account-group-computation/59"
}
], - "accountGroupCategoryMembers": [ ],
- "statisticalAccountGroupCategoryMembers": [ ],
- "statisticalAccountRanges": [ ],
- "href": "/objects/general-ledger/account-group/713"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Updates an existing account group by setting field values. Any fields not provided remain unchanged.
key required | string System-assigned key for the account group. |
title | string Display on report as. Example: "Cash" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
displayTotalLineAs | string Display total line as. Example: "Total Accounts Payable" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
manager | string Person to consult if there are questions about the account group. This is a free form field not tied to users (you can provide a partner name, or any other name). Example: "John Doe" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
calculationMethod | string or null Default: "period" Calculation method Example: "period" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Use report filters to restrict the data displayed by dimension or other factors. Report filters can be more restrictive than filtering at other levels. The filters here work on charts, graphs, performance cards, and financial reports, but are ignored in GL reports. Valid values for all dimension report filters:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
normalBalance | string Default: "credit" Normal balance, either debit or credit. Example: "credit" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
groupType | string or null Default: "accounts" Account group type.
Example: "groups" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
isKPI | boolean Default: false Is a KPI. Example: false | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
includeChildAmount | boolean Default: false Roll up child amounts. Example: true | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Account group purpose to associate with this account group. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Dimensions to filter by if | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects Array of account range for the account group. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects Array of statistical account range for the account group. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects Array of account group members for the account group. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects Array of account group category members for the account group. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects Array of statistical account group category members for the account group. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects Array of computation group members for the account group. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
|
OK
Bad Request
{- "accountRanges": [
- {
- "sortOrder": 0,
- "rangeFrom": "1001",
- "rangeTo": "2000"
}, - {
- "sortOrder": 1,
- "rangeFrom": "2001",
- "rangeTo": "5000"
}
]
}
{- "ia::result": {
- "key": "719",
- "id": "AGG Group",
- "href": "/objects/general-ledger/account-group/719"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Deletes an account group.
key required | string System-assigned key for the account group. |
No Content
Bad Request
{- "ia::result": {
- "ia::error": {
- "code": "invalidRequest",
- "message": "A POST request requires a payload",
- "errorId": "REST-1028",
- "additionalInfo": {
- "messageId": "IA.REQUEST_REQUIRES_A_PAYLOAD",
- "placeholders": {
- "OPERATION": "POST"
}, - "propertySet": { }
}, - "supportId": "Kxi78%7EZuyXBDEGVHD2UmO1phYXDQAAAAo"
}
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 0,
- "totalError": 1
}
}
Queries an object for filtered data.
object | string Object type to query, in the form Example: "general-ledger/account-group" | ||||||||
fields | Array of strings List of fields to include in the response. Can be any combination of these:
Example: ["key","id","max:vendor.creditLimit"] | ||||||||
Array of equal (object) or not equal (object) or less than (object) or (less than or equal (object)) or greater than (object) or (greater than or equal (object)) or in (object) or not in (object) or between (object) or not between (object) or contains (object) or does not contain (object) or starts with (object) or does not start with (object) or ends with (object) or does not end with (object) Filter conditions to select the objects to return based on their field values. You use operators and conditions to build your filter, such as Example: [{"$eq":{"status":"active"}},{"$gt":{"totalDue":"1000"}},{"$contains":{"name":"Acme"}}] | |||||||||
Array Any of: Field value must be equal to this specified value. For date fields, you can use these macro values that are relative to the current date or the
These are most useful for queries that you want to save and use repeatedly, such as for views or reports. Just change the For example,
| |||||||||
filterExpression | string Default: "and" Logical operators to apply when there are multiple filter conditions. The conditions in the Shortcuts:
Example: "(1 and 2) or 3" | ||||||||
| |||||||||
Array of objects Set the order of the results by specifying field names to sort by and whether they should be in ascending or descending order. Example: [{"totalDue":"asc"},{"lastPaymentMadeDate":"desc"}] | |||||||||
Array
| |||||||||
start | integer First record of the result set to include in the response. Example: 1 | ||||||||
size | integer Number of records to include in the response. Example: 100 |
OK
Bad Request
{- "object": "accounts-payable/vendor",
- "fields": [
- "id",
- "name",
- "status",
- "href"
], - "filters": [
- {
- "$eq": {
- "status": "active"
}
}, - {
- "$eq": {
- "billingType": "openItem"
}
}
], - "filterExpression": "1 and 2",
- "orderBy": [
- {
- "id": "asc"
}
]
}
{- "ia::result": [
- {
- "id": "Vend-00002",
- "name": "Test vendor",
- "status": "active",
- "href": "/objects/accounts-payable/vendor/85"
}, - {
- "id": "VEND-00010",
- "name": "Design Works",
- "status": "active",
- "href": "/objects/accounts-payable/vendor/111"
}
], - "ia::meta": {
- "totalCount": 2,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}