Returns list of GL Accounts
| From Query | Type | Description |
|---|---|---|
| CategoryId | Int32 |
[GLAccount]
| Name | Type | Description |
|---|---|---|
| Id | Int32 | |
| CategoryDescription | String | |
| CategoryId | Int32 | |
| Description | String | |
| GLAccount | String |
[
{
"Id": 1,
"Description": "sample string 2",
"GLAccount": "sample string 3",
"CategoryId": 4,
"CategoryDescription": "sample string 5"
},
{
"Id": 1,
"Description": "sample string 2",
"GLAccount": "sample string 3",
"CategoryId": 4,
"CategoryDescription": "sample string 5"
},
{
"Id": 1,
"Description": "sample string 2",
"GLAccount": "sample string 3",
"CategoryId": 4,
"CategoryDescription": "sample string 5"
}
]
| Bundle(s) |
|---|
| BillingPayment |
| BillingWriteDown |