POST AccountBalance/Get

Request Information

This method supports OData queries.

URI Parameters

None.

Body Parameters

Date Range
NameTypeAdditional informationDescription
FromDate date

None.

Gets or sets From Date.

ToDate date

None.

Gets or sets To Date.

Request Formats

application/json, text/json

Sample:
{
  "FromDate": "2024-04-19",
  "ToDate": "2024-04-19"
}

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-19",
      "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-19",
          "Total": 3.0
        },
        {
          "ID": 1,
          "Date": "2024-04-19",
          "Total": 3.0
        }
      ]
    },
    {
      "ID": 1,
      "Type": 1,
      "Date": "2024-04-19",
      "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-19",
          "Total": 3.0
        },
        {
          "ID": 1,
          "Date": "2024-04-19",
          "Total": 3.0
        }
      ]
    }
  ]
}