v1
latestOpenAPI 3.1.02026-08-06911,228852.2 KBFinancial
Get Accounting Groups
Returns all accounting groups for a business location.
get/f/finance/{businessLocationId}/accountingGroups
Path parameters
businessLocationIdinteger required
The unique identifier for the business location.
Response
Accounting groups returned
Example response
{
"_embedded": {
"accountingGroupList": [
{
"accountingGroupId": 1234567890,
"name": "Food",
"statisticGroup": "[{\"category\":\"default\",\"value\":\"Food\"}]",
"code": "fd"
}
]
},
"_links": {
"self": {
"href": "https://api.ikentoo.com/f/finance/1234567/accountingGroups"
}
}
}