GET AccountBalance/GetAccountBudgetsById?budgetId={budgetId}

Request Information

This method supports OData queries.

URI Parameters

NameTypeAdditional informationDescription
budgetId integer

Required

Body Parameters

None.

Response Information

Resource Description

This collection is wrapped in a paging response object.

Paging response of Account Balance
NameTypeAdditional informationDescription
TotalResults integer

None.

ReturnedResults integer

None.

Results Collection of Account Balance

None.

Response Formats

application/json, text/json

Sample:
{
  "TotalResults": 1,
  "ReturnedResults": 2,
  "Results": [
    {
      "ID": 1,
      "Type": 1,
      "Date": "2024-04-20",
      "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-20",
          "Total": 3.0
        },
        {
          "ID": 1,
          "Date": "2024-04-20",
          "Total": 3.0
        }
      ]
    },
    {
      "ID": 1,
      "Type": 1,
      "Date": "2024-04-20",
      "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-20",
          "Total": 3.0
        },
        {
          "ID": 1,
          "Date": "2024-04-20",
          "Total": 3.0
        }
      ]
    }
  ]
}