/v1/accounting_journal/:uid
List of accounting journal for accounting unit.
Example
/v1/accounting_journal/88899460-4d0b-421b8d67-2023
Request
GET
uid - accounting unit identifier
Response
200text/json

{
   Datum: date, date
   DatZdPln: date, date of taxable supply
   Cislo: string, number
   SText: string, text
   UMD: string, umd
   UD: string, ud
   Kc: number, amount
   Mena: string, currency
   CmKurs: number, exchange rate in foreign currency
   Cm: number, amount in foreign currency
   Stredisko: string, cost center
   CisloZAK: string, order number
   Cinnost: string, activity
   ParSym: string, pairing symbol
   ParSym2: string, pairing symobol
   Firma: string, company
   Jmeno: string, name
   ParICO: string, company id
   Pozn: string, note
   DatCreate: date, creation date
   DatSave: date, date of modification
}[]
Error
400 bad request
your request doesn't meet requested input
401 not authorized
your request doesn't meet authorization requirements
404 not found
entity you loking for, is missing
460 request error
requested operations wasn't performed, or xml import failed
500 internal error
we encountered some internal server error
503 not available
requested entity is offline and cannot be reached, try again later