Balance (saldo)¶
Like most accounting outputs, the balance-reconciliation listing
(saldo) can be generated via the REST API. Source:
podpora.flexibee.eu.
Calling¶
GET /c/{company}/saldo.xml
GET /c/{company}/saldo.json
No parameter is required. General listing parameters (pagination, detail level, …) also apply.
Parameters¶
Parameter |
Meaning |
|---|---|
|
|
|
Accounts, prefixes or ranges, comma-separated — e.g.
|
|
Counter-accounts, same notation — e.g. |
|
Posting date range ( |
|
Issue date range ( |
|
Accounting module; repeatable. Values:
|
|
Debit amount range (domestic / foreign currency). |
|
Credit amount range (domestic / foreign currency). |
|
Repeatable; import identifier, e.g. |
|
|
|
Full-text description filter. |
|
Internal number, variable or matching symbol; comma-separated. |
Warning
Invalid enumerated values (stavUhrady, stavZauctovani,
modul) return 400 unsupported_param_value_exception with
allowed options. An unknown parameter name is silently ignored —
a typo simply disables that filter.
Note
Here modul uses the modulUcetni. prefix. Payment status as of a
date uses bare FAV, PHL, FAP, ZAV.
Sample calls¶
GET /c/{company}/saldo.json?stavUhrady=neuhrazeno
GET /c/{company}/saldo.json?stavUhrady=neuhrazeno&filtrUcty=311001,311002
GET /c/{company}/saldo.json?modul=modulUcetni.FAV&modul=modulUcetni.FAP&stredisko=code:CENTRALA&stavZauctovani=zauctovano
GET /c/{company}/saldo.json?castkaMDOd=1000&castkaMDDo=5000&varSymbol=2026001,2026002
Sample output (JSON excerpt):
{
"winstrom": {
"@version": "1.0",
"saldo": [
{
"stavUhrK": "",
"datVyst": "2018-01-08",
"datSplat": "2018-01-22",
"mena": "code:CZK",
"firma": "code:4219"
}
]
}
}