v1
latestOpenAPI 3.0.02026-07-1315476656.4 KBCheckAccount
Get the balance at a given date
Get the balance, calculated as the sum of all transactions sevdesk knows, up to and including the given date. Note that this balance does not have to be the actual bank account balance, e.g. if sevdesk did not import old transactions.
get/CheckAccount/{checkAccountId}/getBalanceAtDate
Path parameters
checkAccountIdinteger required
ID of check account
Query parameters
datestring date required
Only consider transactions up to this date at 23:59:59
Response
Successful operation
Example response
{
"objects": "105.56"
}