GET api/accountingsystem/suspense

Get amount of funds held in suspense account of the accounting system Processes this accounting system API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

The response returned after the operation completes.

SuspenseOverviewDataContract
NameDescriptionTypeAdditional information
Balance

The balance value.

decimal number

None.

Items

The items value.

integer

None.

Latest

The latest, expressed as a date and time.

date

None.

Oldest

The oldest, expressed as a date and time.

date

None.

Id

The unique identifier of this resource.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Balance": 1.0,
  "Items": 2,
  "Latest": "2026-08-05T00:21:57.0914991Z",
  "Oldest": "2026-08-05T00:21:57.0914991Z",
  "Id": 3
}