GET AccountBalance/GetAccountBudgets

Request Information

This method supports OData queries.

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

This collection is wrapped in a paging response object.

Paging response of Budget Account Balance
NameTypeAdditional informationDescription
TotalResults integer

None.

ReturnedResults integer

None.

Results Collection of Budget Account Balance

None.

Response Formats

application/json, text/json

Sample:
{
  "TotalResults": 1,
  "ReturnedResults": 2,
  "Results": [
    {
      "ID": 1,
      "AccountBalances": [
        {
          "ID": 1,
          "Type": 1,
          "Date": "2024-04-23T00:00:00+10:00",
          "Description": "sample string 3",
          "CategoryId": 4,
          "CategoryDescription": "sample string 5",
          "AnalysisCategoryId": 1,
          "AnalysisCategoryDescription": "sample string 6",
          "Debit": 1.0,
          "Credit": 1.0,
          "Total": 1.0,
          "BudgetItemPeriods": [
            {
              "ID": 1,
              "Date": "2024-04-23T00:00:00+10:00",
              "Total": 3.0
            },
            {
              "ID": 1,
              "Date": "2024-04-23T00:00:00+10:00",
              "Total": 3.0
            }
          ]
        },
        {
          "ID": 1,
          "Type": 1,
          "Date": "2024-04-23T00:00:00+10:00",
          "Description": "sample string 3",
          "CategoryId": 4,
          "CategoryDescription": "sample string 5",
          "AnalysisCategoryId": 1,
          "AnalysisCategoryDescription": "sample string 6",
          "Debit": 1.0,
          "Credit": 1.0,
          "Total": 1.0,
          "BudgetItemPeriods": [
            {
              "ID": 1,
              "Date": "2024-04-23T00:00:00+10:00",
              "Total": 3.0
            },
            {
              "ID": 1,
              "Date": "2024-04-23T00:00:00+10:00",
              "Total": 3.0
            }
          ]
        }
      ]
    },
    {
      "ID": 1,
      "AccountBalances": [
        {
          "ID": 1,
          "Type": 1,
          "Date": "2024-04-23T00:00:00+10:00",
          "Description": "sample string 3",
          "CategoryId": 4,
          "CategoryDescription": "sample string 5",
          "AnalysisCategoryId": 1,
          "AnalysisCategoryDescription": "sample string 6",
          "Debit": 1.0,
          "Credit": 1.0,
          "Total": 1.0,
          "BudgetItemPeriods": [
            {
              "ID": 1,
              "Date": "2024-04-23T00:00:00+10:00",
              "Total": 3.0
            },
            {
              "ID": 1,
              "Date": "2024-04-23T00:00:00+10:00",
              "Total": 3.0
            }
          ]
        },
        {
          "ID": 1,
          "Type": 1,
          "Date": "2024-04-23T00:00:00+10:00",
          "Description": "sample string 3",
          "CategoryId": 4,
          "CategoryDescription": "sample string 5",
          "AnalysisCategoryId": 1,
          "AnalysisCategoryDescription": "sample string 6",
          "Debit": 1.0,
          "Credit": 1.0,
          "Total": 1.0,
          "BudgetItemPeriods": [
            {
              "ID": 1,
              "Date": "2024-04-23T00:00:00+10:00",
              "Total": 3.0
            },
            {
              "ID": 1,
              "Date": "2024-04-23T00:00:00+10:00",
              "Total": 3.0
            }
          ]
        }
      ]
    }
  ]
}