info@selectline.de | +49 391 5555-080 | SelectLine - suits every company
/Accounting/Balances/{account}
Description

Obtains the balances of a specific account. Specific syntaxes can be found in any descriptions. If there are additional parameters, these are added under ‘URI Parameters’.

  • Es wird Finance Premium benötigt.
  • The right ‘Lesen’ is required for the data ‘Konto’.

Request

URI Parameters

account
string
Required

isBalanceOfTrade
boolean

count
boolean
Also shows how many data records were found in the object.

top
integer
Limits the amount of data to the given number.

skip
integer
Skips the given number of data records in the data set.

orderby
string
Returns the amount of data sorted by the specified column.

filter
string
Returns the amount of data filtered according to the specified expression.

select
string
Only returns the specified columns of the object.

Body Parameters

None.

Response

Resource Description

Model: ODataValueOfListOfBalanceDto
Value
Collection of BalanceDto

Response Formats
application/json
Example:
    {
  "Value": [
    {
      "Account": "sample string 1",
      "Year": 2,
      "Period": "sample string 3",
      "Balance": 1.1,
      "Currency": "sample string 4"
    },
    {
      "Account": "sample string 1",
      "Year": 2,
      "Period": "sample string 3",
      "Balance": 1.1,
      "Currency": "sample string 4"
    }
  ]
}