POST BalanceSheet/Get

Retrieves the Balance Sheet report

Request Information

URI Parameters

None.

Body Parameters

The Balance Sheet request Model

Balance Sheet Request Model
NameTypeAdditional informationDescription
RunAtDate date

None.

Date that the report should return for

DisplayReportingGroupDetail bool

None.

Request Formats

application/json, text/json

Sample:
{
  "RunAtDate": "2024-04-29T00:00:00+00:00",
  "DisplayReportingGroupDetail": true
}

Response Information

Resource Description

The Balance Sheet report

Collection of Balance Sheet Reporting Level
NameTypeAdditional informationDescription
ID integer

None.

Description string

Required

String length: inclusive between 0 and 100

Category string

None.

CategoryId integer

None.

AccountTypeId integer

None.

Children Collection of Balance Sheet Reporting Level

None.

ReportingLevelType Reporting Level Type

None.

AccountCategoryId integer

None.

AccountCategoryOrder integer

None.

AccountNumber string

None.

ItemReportingGroupTypeId integer

None.

Total nullable decimal

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Total": 1.0,
    "ID": 2,
    "Description": "sample string 3",
    "Category": "sample string 4",
    "CategoryId": 5,
    "AccountTypeId": 6,
    "Children": [],
    "ReportingLevelType": 1,
    "AccountCategoryId": 7,
    "AccountCategoryOrder": 8,
    "AccountNumber": "sample string 10",
    "ItemReportingGroupTypeId": 11
  },
  {
    "Total": 1.0,
    "ID": 2,
    "Description": "sample string 3",
    "Category": "sample string 4",
    "CategoryId": 5,
    "AccountTypeId": 6,
    "Children": [],
    "ReportingLevelType": 1,
    "AccountCategoryId": 7,
    "AccountCategoryOrder": 8,
    "AccountNumber": "sample string 10",
    "ItemReportingGroupTypeId": 11
  }
]