GET api/Accounting/LedgerAccountGroups
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LedgerAccountGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| accountGroup | string |
None. |
|
| aggregatedAccountGroup | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"accountGroup": "sample string 1",
"aggregatedAccountGroup": "sample string 2"
},
{
"accountGroup": "sample string 1",
"aggregatedAccountGroup": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfLedgerAccountGroup xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LedgerAccountGroup>
<accountGroup>sample string 1</accountGroup>
<aggregatedAccountGroup>sample string 2</aggregatedAccountGroup>
</LedgerAccountGroup>
<LedgerAccountGroup>
<accountGroup>sample string 1</accountGroup>
<aggregatedAccountGroup>sample string 2</aggregatedAccountGroup>
</LedgerAccountGroup>
</ArrayOfLedgerAccountGroup>