Sign in

Balance of chart

documented

Retrieve the balance for a chart account (saldo).

GET /api/{version}/clients/{clientname}/gl/saldoGeneral ledgerno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://service.runmyaccounts.com/api/latest/clients/{{$clientname}}/gl/saldo?api_key={{RUNMYACCOUNTS_API_KEY}}&accno={{$accno}}&from={{$from}}&to={{$to}}&department={{$department}}&bookkeeping_main_curr={{$bookkeeping_main_curr}}&exclude_yearend_bookings={{$exclude_yearend_bookings}}" \
  -X GET \
  -H "Accept: application/json"
Balance of chart · runmyaccounts · OpenIntegrations