-
Notifications
You must be signed in to change notification settings - Fork 0
/
invoices.json
1 lines (1 loc) · 69.2 KB
/
invoices.json
1
{"openapi":"3.0.3","info":{"version":"1.2.33","title":"iNuvio Server Invoices API","description":"## Úvod\r\n\r\n**REST API** je rozšířený standard programového rozhranní pro integraci aplikací.\r\n\r\n"},"servers":[{"url":"/api/v1","description":""}],"paths":{"/invoices/received/{dbName}":{"get":{"tags":["Faktury přijaté"],"summary":"Seznam faktur přijatých","parameters":[{"$ref":"#/components/parameters/dbNameParam"},{"$ref":"#/components/parameters/periodQParam"},{"$ref":"#/components/parameters/filterQParam"},{"$ref":"#/components/parameters/orderbyQParam"},{"$ref":"#/components/parameters/topQParam"},{"$ref":"#/components/parameters/skipQParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/receivedInvoicesResult"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"500":{"description":"Server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}}},"security":[{"authToken":[]}]},"post":{"tags":["Faktury přijaté"],"summary":"Vytvoření nové faktury přijaté","requestBody":{"description":"","required":false,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/receivedInvoiceBodyPOST"}}}},"parameters":[{"$ref":"#/components/parameters/dbNameParam"}],"responses":{"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"500":{"description":"Server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/receivedInvoicePOSTResult"}}}}},"security":[{"authToken":[]}]}},"/invoices/received/{dbName}/{invoiceId}":{"get":{"tags":["Faktury přijaté"],"summary":"Faktura přijatá dle ID","parameters":[{"$ref":"#/components/parameters/dbNameParam"},{"$ref":"#/components/parameters/invoiceIdParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/receivedInvoiceResult"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"500":{"description":"Server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}}},"security":[{"authToken":[]}]},"delete":{"tags":["Faktury přijaté"],"summary":"Smazání faktury přijaté","parameters":[{"$ref":"#/components/parameters/dbNameParam"},{"$ref":"#/components/parameters/invoiceIdParam"}],"responses":{"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"type":"string","format":"none","nullable":false}}}},"500":{"description":"Server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}}},"security":[{"authToken":[]}]}},"/invoices/received/{dbName}/{invoiceId}/items":{"get":{"tags":["Faktury přijaté"],"summary":"Seznam položek faktury přijaté","parameters":[{"$ref":"#/components/parameters/dbNameParam"},{"$ref":"#/components/parameters/invoiceIdParam"},{"$ref":"#/components/parameters/filterQParam"},{"$ref":"#/components/parameters/orderbyQParam"},{"$ref":"#/components/parameters/topQParam"},{"$ref":"#/components/parameters/skipQParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/receivedInvoiceItemsResult"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"500":{"description":"Server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}}},"security":[{"authToken":[]}]}},"/invoices/issued/{dbName}":{"get":{"tags":["Faktury vydané"],"summary":"Seznam faktur vydaných","parameters":[{"$ref":"#/components/parameters/dbNameParam"},{"$ref":"#/components/parameters/periodQParam"},{"$ref":"#/components/parameters/filterQParam"},{"$ref":"#/components/parameters/orderbyQParam"},{"$ref":"#/components/parameters/topQParam"},{"$ref":"#/components/parameters/skipQParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuedInvoicesResult"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"500":{"description":"Server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}}},"security":[{"authToken":[]}]},"post":{"tags":["Faktury vydané"],"summary":"Vytvoření nové faktury vydané","requestBody":{"description":"","required":false,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuedInvoiceBodyPOST"}}}},"parameters":[{"$ref":"#/components/parameters/dbNameParam"}],"responses":{"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"500":{"description":"Server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuedInvoicePOSTResult"}}}}},"security":[{"authToken":[]}]}},"/invoices/issued/{dbName}/{invoiceId}":{"get":{"tags":["Faktury vydané"],"summary":"Faktura vydaná dle ID","parameters":[{"$ref":"#/components/parameters/dbNameParam"},{"$ref":"#/components/parameters/invoiceIdParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuedInvoiceResult"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"500":{"description":"Server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}}},"security":[{"authToken":[]}]},"delete":{"tags":["Faktury vydané"],"summary":"Smazání faktury vydané","parameters":[{"$ref":"#/components/parameters/dbNameParam"},{"$ref":"#/components/parameters/invoiceIdParam"}],"responses":{"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"204":{"description":"No Content","content":{"application/json":{"schema":{"type":"string","format":"none","nullable":false}}}},"500":{"description":"Server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}}},"security":[{"authToken":[]}]}},"/invoices/issued/{dbName}/{invoiceId}/items":{"get":{"tags":["Faktury vydané"],"summary":"Seznam položek faktury vydané","parameters":[{"$ref":"#/components/parameters/dbNameParam"},{"$ref":"#/components/parameters/invoiceIdParam"},{"$ref":"#/components/parameters/filterQParam"},{"$ref":"#/components/parameters/orderbyQParam"},{"$ref":"#/components/parameters/topQParam"},{"$ref":"#/components/parameters/skipQParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuedInvoiceItemsResult"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"500":{"description":"Server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorResult"}}}}},"security":[{"authToken":[]}]}}},"components":{"schemas":{"receivedInvoicesResult":{"type":"object","nullable":false,"properties":{"invoices":{"type":"array","nullable":false,"items":{"type":"object","nullable":false,"properties":{"invoiceId":{"type":"integer","format":"int32","description":"Systémové číslo dokladu [TabDokladyZbozi.ID]","nullable":false},"totalCurrencyRounding":{"type":"number","format":"double","description":"Zaokrouhlení v měně dokladu [TabDokladyZbozi.ZadanaCastkaZaoVal]","nullable":false},"supplier":{"type":"object","nullable":false,"properties":{"supplierId":{"type":"integer","format":"int32","description":"Systémové číslo dodavatele [TabCisOrg.ID]","nullable":false},"bankAccount":{"type":"object","nullable":false,"properties":{"accountNo":{"type":"string","description":"Číslo bankovního účtu [TabBankSpojeni.CisloUctu]","nullable":false},"bankCode":{"type":"string","description":"Kód banky [TabPenezniUstavy.KodUstavu]","nullable":false},"iban":{"type":"string","description":"IBAN [TabBankSpojeni.IBANElektronicky]","nullable":false},"swift":{"type":"string","description":"SWIFT/BIC [TabPenezniUstavy.SWIFTUstavu]","nullable":false}}},"name":{"type":"string","description":"Název dodavatele [TabCisOrg.Nazev]","nullable":false},"cin":{"type":"string","description":"IČO [TabCisOrg.ICO]","nullable":false},"tin":{"type":"string","description":"DIČ [TabCisOrg.DIC]","nullable":false},"street":{"type":"string","description":"Ulice [TabCisOrg.Ulice]","nullable":false},"descriptiveNumber":{"type":"string","description":"Číslo popisné [TabCisOrg.PopCislo]","nullable":false},"referenceNumber":{"type":"string","description":"Číslo orientační [TabCisOrg.OrCislo]","nullable":false},"city":{"type":"string","description":"Místo [TabCisOrg.Misto]","nullable":false},"postalCode":{"type":"string","description":"PSČ [TabCisOrg.PSC]","nullable":false},"countryCode":{"type":"string","description":"ISO Kód země [TabCisOrg.IdZeme]","nullable":false},"createdOn":{"type":"string","format":"date-time","description":"Datum a čas vytvoření [TabCisOrg.DatPorizeni]","nullable":false},"modifiedOn":{"type":"string","format":"date-time","description":"Datum a čas změny [TabCisOrg.DatZmeny]","nullable":true}}},"documentNo":{"type":"string","description":"Číslo dokladu [TabDokladyZbozi.ParovaciZnak]","nullable":false},"issueDate":{"type":"string","format":"date","description":"Datum vystavení [TabDokladyZbozi.DatPovinnostiFa]","nullable":false},"transactionDate":{"type":"string","format":"date","description":"Datum případu [TabDokladyZbozi.DatPorizeni]","nullable":false},"vatDate":{"type":"string","format":"date","description":"DUZP [TabDokladyZbozi.DUZP]","nullable":true},"vatApplicable":{"type":"string","nullable":false,"enum":["notSpecified","proforma","taxInvoice"]},"dueDate":{"type":"string","format":"date","description":"Datum splatnosti [TabDokladyZbozi.Splatnost]","nullable":true},"tin":{"type":"string","description":"DIČ [TabDokladyZbozi.SamoVyDICDPH]","nullable":false},"paymentMethod":{"type":"string","description":"Forma úhrady [TabDokladyZbozi.FormaUhrady]","nullable":false},"currencyCode":{"type":"string","description":"Měna dokladu [TabDokladyZbozi.Mena]","nullable":false},"exchangeRate":{"type":"number","format":"double","description":"Kurz [TabDokladyZbozi.Kurz]","nullable":false},"exchangeUnit":{"type":"integer","format":"int32","description":"Množství kurz [TabDokladyZbozi.JednotkaMeny]","nullable":false},"currencyAmount":{"type":"number","format":"double","description":"Celková cena bez DPH v měně dokladu [TabDokladyZbozi.SumaValBezDPH]","nullable":false},"currencyAmountTaxInclusive":{"type":"number","format":"double","description":"Celková cena včetně DPH v měně dokladu [TabDokladyZbozi.SumaValPoZao]","nullable":false},"invoiceNo":{"type":"string","description":"Evidenční číslo daňového dokladu [TabDokladyZbozi.DodFakKV]","nullable":false},"variableSymbol":{"type":"string","description":"Variabilní symbol [TabDokladyZbozi.DodFak]","nullable":false},"constantSymbol":{"type":"string","description":"Konstantní symbol [TabDokladyZbozi.KonstSymbol]","nullable":false},"specificSymbol":{"type":"string","description":"Specifický symbol [TabDokladyZbozi.SpecifickySymbol]","nullable":false},"deliveryDescription":{"type":"string","description":"Popis dodávky [TabDokladyZbozi.PopisDodavky]","nullable":false},"orderNo":{"type":"string","description":"Číslo objednávky [TabDokladyZbozi.NavaznaObjednavka]","nullable":false},"note":{"type":"string","description":"Poznámka [TabDokladyZbozi.Poznamka]","nullable":false},"createdOn":{"type":"string","format":"date-time","description":"Datum a čas vytvoření dokladu [TabDokladyZbozi.DatPorizeniSkut]","nullable":false},"modifiedOn":{"type":"string","format":"date-time","description":"Datum a čas změny dokladu [TabDokladyZbozi.DatZmeny]","nullable":true},"items":{"type":"array","description":"Položky dokladu","nullable":false,"items":{"type":"object","nullable":false,"properties":{"itemId":{"type":"string","description":"Jednoznačná identifikace položky ['P' + TabPohybyZbozi.ID/ 'T' + TabOzTxtPol.ID]","nullable":false},"itemType":{"type":"string","nullable":false,"enum":["txtItem","item"]},"warehouseId":{"type":"string","description":"Číslo skladu [TabStrom.Cislo/null]","nullable":true},"warehouseItemId":{"type":"integer","description":"ID skladové karty [TabPohybyZbozi.IDZboSklad/null]","nullable":true},"catalogueNo":{"type":"string","description":"Skupina + Registrační číslo [TabPohybyZbozi.CisloKarty/null]","nullable":true},"description":{"type":"string","description":"Popis položky [TabPohybyZbozi.Nazev1/TabOZTxtPol.Popis]","nullable":false},"quantity":{"type":"number","format":"double","description":"Množství [TabPohybyZbozi.Mnozstvi/TabOZTxtPol.Mnozstvi]","nullable":false},"measureUnit":{"type":"string","description":"Měrná jednotka [TabPohybyZbozi.MJ/TabOZTxtPol.MJ]","nullable":true},"unitCurrencyAmount":{"type":"number","format":"double","description":"Jednotková cena bez DPH v měně dokladu [TabPohybyZbozi.JCbezDaniValPoS/TabOZTxtPol.JCbezDaniValPoS]","nullable":false},"currencyAmount":{"type":"number","format":"double","description":"Celková cena bez DPH v měně dokladu [TabPohybyZbozi.CCbezDaniValPoS/TabOZTxtPol.CCbezDaniValPoS]","nullable":false},"vatRate":{"type":"number","format":"double","description":"Sazba DPH [TabPohybyZbozi.SazbaDPH/TabOZTxtPol.SazbaDPH]","nullable":true},"currencyAmountTaxInclusive":{"type":"number","format":"double","description":"Celková cena včetně DPH v měně dokladu [TabPohybyZbozi.CCSDPHValPoS/TabOZTxtPol.CCSDPHValPoS]","nullable":false},"reverseChargePercent":{"type":"number","format":"double","description":"Sazba DPH samovyměření [TabPohybyZbozi.SazbaDPHproPDP/TabOZTxtPol.SazbaDPHproPDP]","nullable":true},"reverseChargeCode":{"type":"string","description":"Kód PDP [TabCisKoduPDP.KodZbozi (vazba TabPohybyZbozi.IDKodPDP/TabOZTxtPol.IDKodPDP)]","nullable":false},"note":{"type":"string","description":"Poznámka k položce [TabPohybyZbozi.Poznamka/TabOZTxtPol.Poznamka]","nullable":false},"createdOn":{"type":"string","format":"date-time","description":"Datum a čas vytvoření položky [TabPohybyZbozi.DatPorizeni/TabOZTxtPol.DatPorizeni]","nullable":false},"modifiedOn":{"type":"string","format":"date-time","description":"Datum a čas změny položky [TabPohybyZbozi.DatZmeny/TabOZTxtPol.DatZmeny]","nullable":true}}}},"vatRecapitulation":{"type":"array","description":"Rekapitulace DPH","nullable":false,"items":{"type":"object","nullable":false,"properties":{"vatRate":{"type":"number","format":"double","description":"Sazba DPH","nullable":true},"currencyAmount":{"type":"number","format":"double","description":"Částka celkem bez DPH v měně DPH","nullable":false},"currencyAmountTaxInclusive":{"type":"number","format":"double","description":"Částka celkem včetně DPH v měně DPH","nullable":false},"vatAmount":{"type":"number","format":"double","description":"Částka DPH v měně DPH","nullable":false}}}},"payments":{"type":"array","description":"Úhrady","nullable":false,"items":{"type":"object","nullable":false,"properties":{"paymentId":{"type":"integer","format":"int32","description":"Systémové číslo úhrady [TabUhrady.ID]","nullable":false},"paymentDate":{"type":"string","format":"date-time","description":"Datum úhrady [TabUhrady.Datum]","nullable":false},"amountPaid":{"type":"number","format":"double","description":"Částka úhrady v měně faktury [TabUhrady.Castka]","nullable":false},"paymentNote":{"type":"string","description":"Popis úhrady [TabUhrady.Popis]","nullable":false}}}}}}}}},"receivedInvoiceResult":{"type":"object","nullable":false,"properties":{"invoiceId":{"type":"integer","format":"int32","description":"Systémové číslo dokladu [TabDokladyZbozi.ID]","nullable":false},"totalCurrencyRounding":{"type":"number","format":"double","description":"Zaokrouhlení v měně dokladu [TabDokladyZbozi.ZadanaCastkaZaoVal]","nullable":false},"supplier":{"type":"object","nullable":false,"properties":{"supplierId":{"type":"integer","format":"int32","description":"Systémové číslo dodavatele [TabCisOrg.ID]","nullable":false},"bankAccount":{"type":"object","nullable":false,"properties":{"accountNo":{"type":"string","description":"Číslo bankovního účtu [TabBankSpojeni.CisloUctu]","nullable":false},"bankCode":{"type":"string","description":"Kód banky [TabPenezniUstavy.KodUstavu]","nullable":false},"iban":{"type":"string","description":"IBAN [TabBankSpojeni.IBANElektronicky]","nullable":false},"swift":{"type":"string","description":"SWIFT/BIC [TabPenezniUstavy.SWIFTUstavu]","nullable":false}}},"name":{"type":"string","description":"Název dodavatele [TabCisOrg.Nazev]","nullable":false},"cin":{"type":"string","description":"IČO [TabCisOrg.ICO]","nullable":false},"tin":{"type":"string","description":"DIČ [TabCisOrg.DIC]","nullable":false},"street":{"type":"string","description":"Ulice [TabCisOrg.Ulice]","nullable":false},"descriptiveNumber":{"type":"string","description":"Číslo popisné [TabCisOrg.PopCislo]","nullable":false},"referenceNumber":{"type":"string","description":"Číslo orientační [TabCisOrg.OrCislo]","nullable":false},"city":{"type":"string","description":"Místo [TabCisOrg.Misto]","nullable":false},"postalCode":{"type":"string","description":"PSČ [TabCisOrg.PSC]","nullable":false},"countryCode":{"type":"string","description":"ISO Kód země [TabCisOrg.IdZeme]","nullable":false},"createdOn":{"type":"string","format":"date-time","description":"Datum a čas vytvoření [TabCisOrg.DatPorizeni]","nullable":false},"modifiedOn":{"type":"string","format":"date-time","description":"Datum a čas změny [TabCisOrg.DatZmeny]","nullable":true}}},"documentNo":{"type":"string","description":"Číslo dokladu [TabDokladyZbozi.ParovaciZnak]","nullable":false},"issueDate":{"type":"string","format":"date","description":"Datum vystavení [TabDokladyZbozi.DatPovinnostiFa]","nullable":false},"transactionDate":{"type":"string","format":"date","description":"Datum případu [TabDokladyZbozi.DatPorizeni]","nullable":false},"vatDate":{"type":"string","format":"date","description":"DUZP [TabDokladyZbozi.DUZP]","nullable":true},"vatApplicable":{"type":"string","nullable":false,"enum":["notSpecified","proforma","taxInvoice"]},"dueDate":{"type":"string","format":"date","description":"Datum splatnosti [TabDokladyZbozi.Splatnost]","nullable":true},"tin":{"type":"string","description":"DIČ [TabDokladyZbozi.SamoVyDICDPH]","nullable":false},"paymentMethod":{"type":"string","description":"Forma úhrady [TabDokladyZbozi.FormaUhrady]","nullable":false},"currencyCode":{"type":"string","description":"Měna dokladu [TabDokladyZbozi.Mena]","nullable":false},"exchangeRate":{"type":"number","format":"double","description":"Kurz [TabDokladyZbozi.Kurz]","nullable":false},"exchangeUnit":{"type":"integer","format":"int32","description":"Množství kurz [TabDokladyZbozi.JednotkaMeny]","nullable":false},"currencyAmount":{"type":"number","format":"double","description":"Celková cena bez DPH v měně dokladu [TabDokladyZbozi.SumaValBezDPH]","nullable":false},"currencyAmountTaxInclusive":{"type":"number","format":"double","description":"Celková cena včetně DPH v měně dokladu [TabDokladyZbozi.SumaValPoZao]","nullable":false},"invoiceNo":{"type":"string","description":"Evidenční číslo daňového dokladu [TabDokladyZbozi.DodFakKV]","nullable":false},"variableSymbol":{"type":"string","description":"Variabilní symbol [TabDokladyZbozi.DodFak]","nullable":false},"constantSymbol":{"type":"string","description":"Konstantní symbol [TabDokladyZbozi.KonstSymbol]","nullable":false},"specificSymbol":{"type":"string","description":"Specifický symbol [TabDokladyZbozi.SpecifickySymbol]","nullable":false},"deliveryDescription":{"type":"string","description":"Popis dodávky [TabDokladyZbozi.PopisDodavky]","nullable":false},"orderNo":{"type":"string","description":"Číslo objednávky [TabDokladyZbozi.NavaznaObjednavka]","nullable":false},"note":{"type":"string","description":"Poznámka [TabDokladyZbozi.Poznamka]","nullable":false},"createdOn":{"type":"string","format":"date-time","description":"Datum a čas vytvoření dokladu [TabDokladyZbozi.DatPorizeniSkut]","nullable":false},"modifiedOn":{"type":"string","format":"date-time","description":"Datum a čas změny dokladu [TabDokladyZbozi.DatZmeny]","nullable":true},"items":{"type":"array","description":"Položky dokladu","nullable":false,"items":{"type":"object","nullable":false,"properties":{"itemId":{"type":"string","description":"Jednoznačná identifikace položky ['P' + TabPohybyZbozi.ID/ 'T' + TabOzTxtPol.ID]","nullable":false},"itemType":{"type":"string","nullable":false,"enum":["txtItem","item"]},"warehouseId":{"type":"string","description":"Číslo skladu [TabStrom.Cislo/null]","nullable":true},"warehouseItemId":{"type":"integer","description":"ID skladové karty [TabPohybyZbozi.IDZboSklad/null]","nullable":true},"catalogueNo":{"type":"string","description":"Skupina + Registrační číslo [TabPohybyZbozi.CisloKarty/null]","nullable":true},"description":{"type":"string","description":"Popis položky [TabPohybyZbozi.Nazev1/TabOZTxtPol.Popis]","nullable":false},"quantity":{"type":"number","format":"double","description":"Množství [TabPohybyZbozi.Mnozstvi/TabOZTxtPol.Mnozstvi]","nullable":false},"measureUnit":{"type":"string","description":"Měrná jednotka [TabPohybyZbozi.MJ/TabOZTxtPol.MJ]","nullable":true},"unitCurrencyAmount":{"type":"number","format":"double","description":"Jednotková cena bez DPH v měně dokladu [TabPohybyZbozi.JCbezDaniValPoS/TabOZTxtPol.JCbezDaniValPoS]","nullable":false},"currencyAmount":{"type":"number","format":"double","description":"Celková cena bez DPH v měně dokladu [TabPohybyZbozi.CCbezDaniValPoS/TabOZTxtPol.CCbezDaniValPoS]","nullable":false},"vatRate":{"type":"number","format":"double","description":"Sazba DPH [TabPohybyZbozi.SazbaDPH/TabOZTxtPol.SazbaDPH]","nullable":true},"currencyAmountTaxInclusive":{"type":"number","format":"double","description":"Celková cena včetně DPH v měně dokladu [TabPohybyZbozi.CCSDPHValPoS/TabOZTxtPol.CCSDPHValPoS]","nullable":false},"reverseChargePercent":{"type":"number","format":"double","description":"Sazba DPH samovyměření [TabPohybyZbozi.SazbaDPHproPDP/TabOZTxtPol.SazbaDPHproPDP]","nullable":true},"reverseChargeCode":{"type":"string","description":"Kód PDP [TabCisKoduPDP.KodZbozi (vazba TabPohybyZbozi.IDKodPDP/TabOZTxtPol.IDKodPDP)]","nullable":false},"note":{"type":"string","description":"Poznámka k položce [TabPohybyZbozi.Poznamka/TabOZTxtPol.Poznamka]","nullable":false},"createdOn":{"type":"string","format":"date-time","description":"Datum a čas vytvoření položky [TabPohybyZbozi.DatPorizeni/TabOZTxtPol.DatPorizeni]","nullable":false},"modifiedOn":{"type":"string","format":"date-time","description":"Datum a čas změny položky [TabPohybyZbozi.DatZmeny/TabOZTxtPol.DatZmeny]","nullable":true}}}},"vatRecapitulation":{"type":"array","description":"Rekapitulace DPH","nullable":false,"items":{"type":"object","nullable":false,"properties":{"vatRate":{"type":"number","format":"double","description":"Sazba DPH","nullable":true},"currencyAmount":{"type":"number","format":"double","description":"Částka celkem bez DPH v měně DPH","nullable":false},"currencyAmountTaxInclusive":{"type":"number","format":"double","description":"Částka celkem včetně DPH v měně DPH","nullable":false},"vatAmount":{"type":"number","format":"double","description":"Částka DPH v měně DPH","nullable":false}}}},"payments":{"type":"array","description":"Úhrady","nullable":false,"items":{"type":"object","nullable":false,"properties":{"paymentId":{"type":"integer","format":"int32","description":"Systémové číslo úhrady [TabUhrady.ID]","nullable":false},"paymentDate":{"type":"string","format":"date-time","description":"Datum úhrady [TabUhrady.Datum]","nullable":false},"amountPaid":{"type":"number","format":"double","description":"Částka úhrady v měně faktury [TabUhrady.Castka]","nullable":false},"paymentNote":{"type":"string","description":"Popis úhrady [TabUhrady.Popis]","nullable":false}}}}}},"receivedInvoiceItemsResult":{"type":"object","nullable":false,"properties":{"items":{"type":"array","nullable":false,"items":{"type":"object","nullable":false,"properties":{"itemId":{"type":"string","description":"Jednoznačná identifikace položky ['P' + TabPohybyZbozi.ID/ 'T' + TabOzTxtPol.ID]","nullable":false},"itemType":{"type":"string","nullable":false,"enum":["txtItem","item"]},"warehouseId":{"type":"string","description":"Číslo skladu [TabStrom.Cislo/null]","nullable":true},"warehouseItemId":{"type":"integer","description":"ID skladové karty [TabPohybyZbozi.IDZboSklad/null]","nullable":true},"catalogueNo":{"type":"string","description":"Skupina + Registrační číslo [TabPohybyZbozi.CisloKarty/null]","nullable":true},"description":{"type":"string","description":"Popis položky [TabPohybyZbozi.Nazev1/TabOZTxtPol.Popis]","nullable":false},"quantity":{"type":"number","format":"double","description":"Množství [TabPohybyZbozi.Mnozstvi/TabOZTxtPol.Mnozstvi]","nullable":false},"measureUnit":{"type":"string","description":"Měrná jednotka [TabPohybyZbozi.MJ/TabOZTxtPol.MJ]","nullable":true},"unitCurrencyAmount":{"type":"number","format":"double","description":"Jednotková cena bez DPH v měně dokladu [TabPohybyZbozi.JCbezDaniValPoS/TabOZTxtPol.JCbezDaniValPoS]","nullable":false},"currencyAmount":{"type":"number","format":"double","description":"Celková cena bez DPH v měně dokladu [TabPohybyZbozi.CCbezDaniValPoS/TabOZTxtPol.CCbezDaniValPoS]","nullable":false},"vatRate":{"type":"number","format":"double","description":"Sazba DPH [TabPohybyZbozi.SazbaDPH/TabOZTxtPol.SazbaDPH]","nullable":true},"currencyAmountTaxInclusive":{"type":"number","format":"double","description":"Celková cena včetně DPH v měně dokladu [TabPohybyZbozi.CCSDPHValPoS/TabOZTxtPol.CCSDPHValPoS]","nullable":false},"reverseChargePercent":{"type":"number","format":"double","description":"Sazba DPH samovyměření [TabPohybyZbozi.SazbaDPHproPDP/TabOZTxtPol.SazbaDPHproPDP]","nullable":true},"reverseChargeCode":{"type":"string","description":"Kód PDP [TabCisKoduPDP.KodZbozi (vazba TabPohybyZbozi.IDKodPDP/TabOZTxtPol.IDKodPDP)]","nullable":false},"note":{"type":"string","description":"Poznámka k položce [TabPohybyZbozi.Poznamka/TabOZTxtPol.Poznamka]","nullable":false},"createdOn":{"type":"string","format":"date-time","description":"Datum a čas vytvoření položky [TabPohybyZbozi.DatPorizeni/TabOZTxtPol.DatPorizeni]","nullable":false},"modifiedOn":{"type":"string","format":"date-time","description":"Datum a čas změny položky [TabPohybyZbozi.DatZmeny/TabOZTxtPol.DatZmeny]","nullable":true}}}}}},"receivedInvoiceBodyPOST":{"type":"object","nullable":false,"required":["documentType","transactionDate"],"properties":{"totalCurrencyRounding":{"type":"number","format":"double","description":"Zaokrouhlení v měně dokladu [TabDokladyZbozi.ZadanaCastkaZaoVal]","nullable":false},"supplier":{"type":"object","nullable":false,"properties":{"supplierId":{"type":"integer","format":"int32","description":"Systémové číslo dodavatele [TabCisOrg.ID]","nullable":false},"bankAccount":{"type":"object","nullable":false,"properties":{"accountNo":{"type":"string","description":"Číslo bankovního účtu [TabBankSpojeni.CisloUctu]","nullable":false},"bankCode":{"type":"string","description":"Kód banky [TabPenezniUstavy.KodUstavu]","nullable":false},"iban":{"type":"string","description":"IBAN [TabBankSpojeni.IBANElektronicky]","nullable":false},"swift":{"type":"string","description":"SWIFT/BIC [TabPenezniUstavy.SWIFTUstavu]","nullable":false}}},"cin":{"type":"string","description":"IČO [TabCisOrg.ICO]","nullable":false},"tin":{"type":"string","description":"DIČ [TabCisOrg.DIC]","nullable":false},"name":{"type":"string","description":"Název dodavatele [TabCisOrg.Nazev]","nullable":false},"street":{"type":"string","description":"Ulice [TabCisOrg.Ulice]","nullable":false},"descriptiveNumber":{"type":"string","description":"Číslo popisné [TabCisOrg.PopCislo]","nullable":false},"referenceNumber":{"type":"string","description":"Číslo orientační [TabCisOrg.OrCislo]","nullable":false},"city":{"type":"string","description":"Místo [TabCisOrg.Misto]","nullable":false},"postalCode":{"type":"string","description":"PSČ [TabCisOrg.PSC]","nullable":false},"countryCode":{"type":"string","description":"ISO Kód země [TabCisOrg.IdZeme]","nullable":false}}},"documentType":{"type":"string","description":"Řada dokladu [TabDruhDokZbo.RadaDokladu]","nullable":false},"issueDate":{"type":"string","format":"date","description":"Datum vystavení [TabDokladyZbozi.DatPovinnostiFa]","nullable":false},"transactionDate":{"type":"string","format":"date","description":"Datum případu [TabDokladyZbozi.DatPorizeni]","nullable":false},"vatDate":{"type":"string","format":"date","description":"DUZP [TabDokladyZbozi.DUZP]","nullable":true},"vatApplicable":{"type":"string","nullable":false,"enum":["notSpecified","proforma","taxInvoice"]},"dueDate":{"type":"string","format":"date","description":"Splatno [TabDokladyZbozi.Splatnost]","nullable":true},"tin":{"type":"string","description":"DIČ vlastní organizace [TabDokladyZbozi.SamoVyDICDPH]","nullable":false},"currencyCode":{"type":"string","description":"Měna dokladu [TabDokladyZbozi.Mena]","nullable":false},"exchangeRate":{"type":"number","format":"double","description":"Kurz [TabDokladyZbozi.Kurz]","nullable":false},"exchangeUnit":{"type":"integer","format":"int32","description":"Množství kurz [TabDokladyZbozi.JednotkaMeny]","nullable":false},"invoiceNo":{"type":"string","description":"Evidenční číslo daňového dokladu [TabDokladyZbozi.DodFakKV]","nullable":false},"variableSymbol":{"type":"string","description":"Variabilní symbol [TabDokladyZbozi.DodFak]","nullable":false},"constantSymbol":{"type":"string","description":"Konstantní symbol [TabDokladyZbozi.KonstSymbol]","nullable":false},"specificSymbol":{"type":"string","description":"Specifický symbol [TabDokladyZbozi.SpecifickySymbol]","nullable":false},"deliveryDescription":{"type":"string","description":"Popis dodávky [TabDokladyZbozi.PopisDodavky]","nullable":false},"orderNo":{"type":"string","description":"Číslo objednávky [TabDokladyZbozi.NavaznaObjednavka]","nullable":false},"note":{"type":"string","description":"Poznámka [TabDokladyZbozi.Poznamka]","nullable":false},"autoLock":{"type":"boolean","description":"Doklad se automaticky zamkne [akce realizace faktury]","nullable":false},"items":{"type":"array","description":"Položky faktury","nullable":false,"items":{"type":"object","nullable":false,"required":["description","descriptionType","quantity","currencyAmount"],"properties":{"transferId":{"type":"string","description":"Transaction transfer Id [Identifikace zaslaná externím systémem - je propsána na výstup, nikde se neukládá.]","nullable":false},"warehouseId":{"type":"string","description":"Číslo skladu, pokud se nejedná o freeItem [TabStrom.Cislo]","nullable":false},"description":{"type":"string","description":"Popis položky [ean: TabBarCodeZbo.BarCode/catalogueId: TabKmenZbozi.CisloZbozi/freeItem: TabOZTxtPol.Popis]","nullable":false},"descriptionType":{"type":"string","nullable":false,"enum":["ean","catalogueId","freeItem"]},"quantity":{"type":"number","format":"double","description":"Množství [TabPohybyZbozi.Mnozstvi/TabOZTxtPol.Mnozstvi]","nullable":false},"measureUnit":{"type":"string","description":"Měrná jednotka [TabPohybyZbozi.MJ/TabOZTxtPol.MJ]","nullable":true},"currencyAmount":{"type":"number","format":"double","description":"Celková cena bez DPH v měně dokladu [TabPohybyZbozi.CCbezDaniVal/TabOZTxtPol.CCbezDaniVal]","nullable":false},"vatRate":{"type":"number","format":"double","description":"SazbaDPH [samovyměření ANO: TabPohybyZbozi.SazbaDPHproPDP/TabOZTxtPol.SazbaDPHproPDP, samovyměření NE: TabPohybyZbozi.SazbaDPH/TabOZTxtPol.SazbaDPH]","nullable":true},"isReverseCharge":{"type":"boolean","description":"Samovyměření Ano/Ne","nullable":false},"reverseChargeCode":{"type":"string","description":"Kód PDP [TabCisKoduPDP.KodZbozi (vazba TabPohybyZbozi.IDKodPDP/TabOZTxtPol.IDKodPDP)]","nullable":false},"note":{"type":"string","description":"Poznámka k položce [TabPohybyZbozi.Poznamka/TabOZTxtPol.Poznamka]","nullable":false}}}},"vatRecapitulation":{"type":"array","description":"Rekapitulace DPH","nullable":false,"items":{"type":"object","nullable":false,"required":["vatRate","vatAmount"],"properties":{"vatRate":{"type":"number","format":"double","description":"Sazba DPH","nullable":true},"vatAmount":{"type":"number","format":"double","description":"Částka DPH v měně DPH","nullable":false}}}},"payments":{"type":"array","description":"Úhrady","nullable":false,"items":{"type":"object","nullable":false,"required":["paymentDate","amountPaid"],"properties":{"transferId":{"type":"string","description":"Transaction transfer Id [Identifikace zaslaná externím systémem - je propsána na výstup, nikde se neukládá.]","nullable":false},"paymentDate":{"type":"string","format":"date-time","description":"Datum úhrady [TabUhrady.Datum]","nullable":false},"amountPaid":{"type":"number","format":"double","description":"Částka úhrady v měně faktury [TabUhrady.Castka]","nullable":false},"paymentNote":{"type":"string","description":"Popis úhrady [TabUhrady.Popis]","nullable":false}}}}}},"receivedInvoicePOSTResult":{"type":"object","nullable":false,"properties":{"invoiceId":{"type":"integer","format":"int32","description":"Systémové číslo faktury [TabDokladyZbozi.ID]","nullable":false},"createdOn":{"type":"string","format":"date-time","description":"Datum a čas vytvoření záznamu [TabDokladyZbozi.DatPorizeniSkut]","nullable":false},"modifiedOn":{"type":"string","format":"date-time","description":"Datum a čas změny záznamu [TabDokladyZbozi.DatZmeny]","nullable":true},"supplier":{"type":"object","description":"Dodavatel","nullable":false,"properties":{"supplierId":{"type":"integer","format":"int32","description":"Systémové číslo dodavatele [TabCisOrg.ID]","nullable":false},"createdOn":{"type":"string","format":"date-time","description":"Datum a čas vytvoření záznamu [TabCisOrg.DatPorizeni]","nullable":false},"modifiedOn":{"type":"string","format":"date-time","description":"Datum a čas změny záznamu [TabCisOrg.DatZmeny]","nullable":true}}},"items":{"type":"array","description":"Položky faktury","nullable":false,"items":{"type":"object","nullable":false,"properties":{"itemId":{"type":"string","description":"Jednoznačná identifikace položky ['P' + TabPohybyZbozi.ID/ 'T' + TabOzTxtPol.ID]","nullable":false},"createdOn":{"type":"string","format":"date-time","description":"Datum a čas vytvoření záznamu [TabPohybyZbozi.DatPorizeni/TabOZTxtPol.DatPorizeni]","nullable":false},"modifiedOn":{"type":"string","format":"date-time","description":"Datum a čas změny záznamu [TabPohybyZbozi.DatZmeny/TabOZTxtPol.DatZmeny]","nullable":true},"transferId":{"type":"string","description":"Transaction transfer Id.","nullable":false}}}},"payments":{"type":"array","description":"Úhrady","nullable":false,"items":{"type":"object","nullable":false,"properties":{"paymentId":{"type":"integer","format":"int32","description":"Systémové číslo úhrady [TabUhrady.ID]","nullable":false},"createdOn":{"type":"string","format":"date-time","description":"Datum a čas vytvoření záznamu [TabUhrady.DatPorizeni]","nullable":false},"modifiedOn":{"type":"string","format":"date-time","description":"Datum a čas změny záznamu [TabUhrady.DatZmeny]","nullable":true},"transferId":{"type":"string","description":"Transaction transfer Id.","nullable":false}}}}}},"issuedInvoicesResult":{"type":"object","nullable":false,"properties":{"invoices":{"type":"array","nullable":false,"items":{"type":"object","nullable":false,"properties":{"invoiceId":{"type":"integer","format":"int32","description":"Systémové číslo dokladu [TabDokladyZbozi.ID]","nullable":false},"totalCurrencyRounding":{"type":"number","format":"double","description":"Zaokrouhlení v měně dokladu [TabDokladyZbozi.CastkaZaoVal]","nullable":false},"customer":{"type":"object","nullable":false,"properties":{"customerId":{"type":"integer","format":"int32","description":"Systémové číslo odběratele [TabCisOrg.ID]","nullable":false},"name":{"type":"string","description":"Název dodavatele [TabCisOrg.Nazev]","nullable":false},"cin":{"type":"string","description":"IČO [TabCisOrg.ICO]","nullable":false},"tin":{"type":"string","description":"DIČ [TabCisOrg.DIC]","nullable":false},"street":{"type":"string","description":"Ulice [TabCisOrg.Ulice]","nullable":false},"descriptiveNumber":{"type":"string","description":"Číslo popisné [TabCisOrg.PopCislo]","nullable":false},"referenceNumber":{"type":"string","description":"Číslo orientační [TabCisOrg.OrCislo]","nullable":false},"city":{"type":"string","description":"Místo [TabCisOrg.Misto]","nullable":false},"postalCode":{"type":"string","description":"PSČ [TabCisOrg.PSC]","nullable":false},"countryCode":{"type":"string","description":"ISO Kód země [TabCisOrg.IdZeme]","nullable":false},"createdOn":{"type":"string","format":"date-time","description":"Datum a čas vytvoření [TabCisOrg.DatPorizeni]","nullable":false},"modifiedOn":{"type":"string","format":"date-time","description":"Datum a čas změny [TabCisOrg.DatZmeny]","nullable":true}}},"bankAccount":{"type":"object","nullable":false,"properties":{"accountNo":{"type":"string","description":"Číslo bankovního účtu [TabBankSpojeni.CisloUctu]","nullable":false},"bankCode":{"type":"string","description":"Kód banky [TabPenezniUstavy.KodUstavu]","nullable":false},"iban":{"type":"string","description":"IBAN [TabBankSpojeni.IBANElektronicky]","nullable":false},"swift":{"type":"string","description":"SWIFT/BIC [TabPenezniUstavy.SWIFTUstavu]","nullable":false}}},"documentNo":{"type":"string","description":"Číslo dokladu [TabDokladyZbozi.ParovaciZnak]","nullable":false},"issueDate":{"type":"string","format":"date","description":"Datum vystavení [TabDokladyZbozi.DatPovinnostiFa]","nullable":false},"transactionDate":{"type":"string","format":"date","description":"Datum případu [TabDokladyZbozi.DatPorizeni]","nullable":false},"vatDate":{"type":"string","format":"date","description":"DUZP [TabDokladyZbozi.DUZP]","nullable":true},"vatApplicable":{"type":"string","nullable":false,"enum":["notSpecified","proforma","taxInvoice"]},"dueDate":{"type":"string","format":"date","description":"Datum splatnosti [TabDokladyZbozi.Splatnost]","nullable":true},"tin":{"type":"string","description":"DIČ [TabDokladyZbozi.SamoVyDICDPH]","nullable":false},"paymentMethod":{"type":"string","description":"Forma úhrady [TabDokladyZbozi.FormaUhrady]","nullable":false},"currencyCode":{"type":"string","description":"Měna dokladu [TabDokladyZbozi.Mena]","nullable":false},"exchangeRate":{"type":"number","format":"double","description":"Kurz [TabDokladyZbozi.Kurz]","nullable":false},"exchangeUnit":{"type":"integer","format":"int32","description":"Množství kurz [TabDokladyZbozi.JednotkaMeny]","nullable":false},"currencyAmount":{"type":"number","format":"double","description":"Celková cena bez DPH v měně dokladu [TabDokladyZbozi.SumaValBezDPH]","nullable":false},"currencyAmountTaxInclusive":{"type":"number","format":"double","description":"Celková cena včetně DPH v měně dokladu [TabDokladyZbozi.SumaValPoZao]","nullable":false},"invoiceNo":{"type":"string","description":"Evidenční číslo daňového dokladu [TabDokladyZbozi.DodFakKV]","nullable":false},"variableSymbol":{"type":"string","description":"Variabilní symbol [TabDokladyZbozi.DodFak]","nullable":false},"constantSymbol":{"type":"string","description":"Konstantní symbol [TabDokladyZbozi.KonstSymbol]","nullable":false},"specificSymbol":{"type":"string","description":"Specifický symbol [TabDokladyZbozi.SpecifickySymbol]","nullable":false},"deliveryDescription":{"type":"string","description":"Popis dodávky [TabDokladyZbozi.PopisDodavky]","nullable":false},"orderNo":{"type":"string","description":"Číslo objednávky [TabDokladyZbozi.NavaznaObjednavka]","nullable":false},"note":{"type":"string","description":"Poznámka [TabDokladyZbozi.Poznamka]","nullable":false},"createdOn":{"type":"string","format":"date-time","description":"Datum a čas vytvoření dokladu [TabDokladyZbozi.DatPorizeniSkut]","nullable":false},"modifiedOn":{"type":"string","format":"date-time","description":"Datum a čas změny dokladu [TabDokladyZbozi.DatZmeny]","nullable":true},"items":{"type":"array","description":"Položky dokladu","nullable":false,"items":{"type":"object","nullable":false,"properties":{"itemId":{"type":"string","description":"Jednoznačná identifikace položky ['P' + TabPohybyZbozi.ID/ 'T' + TabOzTxtPol.ID]","nullable":false},"itemType":{"type":"string","nullable":false,"enum":["txtItem","item"]},"warehouseId":{"type":"string","description":"Číslo skladu [TabStrom.Cislo/null]","nullable":true},"warehouseItemId":{"type":"integer","description":"ID skladové karty [TabPohybyZbozi.IDZboSklad/null]","nullable":true},"catalogueNo":{"type":"string","description":"Skupina + Registrační číslo [TabPohybyZbozi.CisloKarty/null]","nullable":true},"description":{"type":"string","description":"Popis položky [TabPohybyZbozi.Nazev1/TabOZTxtPol.Popis]","nullable":false},"quantity":{"type":"number","format":"double","description":"Množství [TabPohybyZbozi.Mnozstvi/TabOZTxtPol.Mnozstvi]","nullable":false},"measureUnit":{"type":"string","description":"Měrná jednotka [TabPohybyZbozi.MJ/TabOZTxtPol.MJ]","nullable":true},"unitCurrencyAmount":{"type":"number","format":"double","description":"Jednotková cena bez DPH v měně dokladu [TabPohybyZbozi.JCbezDaniValPoS/TabOZTxtPol.JCbezDaniValPoS]","nullable":false},"currencyAmount":{"type":"number","format":"double","description":"Celková cena bez DPH v měně dokladu [TabPohybyZbozi.CCbezDaniValPoS/TabOZTxtPol.CCbezDaniValPoS]","nullable":false},"vatRate":{"type":"number","format":"double","description":"Sazba DPH [TabPohybyZbozi.SazbaDPH/TabOZTxtPol.SazbaDPH]","nullable":true},"currencyAmountTaxInclusive":{"type":"number","format":"double","description":"Celková cena včetně DPH v měně dokladu [TabPohybyZbozi.CCSDPHValPoS/TabOZTxtPol.CCSDPHValPoS]","nullable":false},"reverseChargePercent":{"type":"number","format":"double","description":"Sazba DPH samovyměření [TabPohybyZbozi.SazbaDPHproPDP/TabOZTxtPol.SazbaDPHproPDP]","nullable":true},"reverseChargeCode":{"type":"string","description":"Kód PDP [TabCisKoduPDP.KodZbozi (vazba TabPohybyZbozi.IDKodPDP/TabOZTxtPol.IDKodPDP)]","nullable":false},"note":{"type":"string","description":"Poznámka k položce [TabPohybyZbozi.Poznamka/TabOZTxtPol.Poznamka]","nullable":false},"createdOn":{"type":"string","format":"date-time","description":"Datum a čas vytvoření položky [TabPohybyZbozi.DatPorizeni/TabOZTxtPol.DatPorizeni]","nullable":false},"modifiedOn":{"type":"string","format":"date-time","description":"Datum a čas změny položky [TabPohybyZbozi.DatZmeny/TabOZTxtPol.DatZmeny]","nullable":true}}}},"vatRecapitulation":{"type":"array","description":"Rekapitulace DPH","nullable":false,"items":{"type":"object","nullable":false,"properties":{"vatRate":{"type":"number","format":"double","description":"Sazba DPH","nullable":true},"currencyAmount":{"type":"number","format":"double","description":"Částka celkem bez DPH v měně DPH","nullable":false},"currencyAmountTaxInclusive":{"type":"number","format":"double","description":"Částka celkem včetně DPH v měně DPH","nullable":false},"vatAmount":{"type":"number","format":"double","description":"Částka DPH v měně DPH","nullable":false}}}},"payments":{"type":"array","description":"Úhrady","nullable":false,"items":{"type":"object","nullable":false,"properties":{"paymentId":{"type":"integer","format":"int32","description":"Systémové číslo úhrady [TabUhrady.ID]","nullable":false},"paymentDate":{"type":"string","format":"date-time","description":"Datum úhrady [TabUhrady.Datum]","nullable":false},"amountPaid":{"type":"number","format":"double","description":"Částka úhrady v měně faktury [TabUhrady.Castka]","nullable":false},"paymentNote":{"type":"string","description":"Popis úhrady [TabUhrady.Popis]","nullable":false}}}}}}}}},"issuedInvoiceResult":{"type":"object","nullable":false,"properties":{"invoiceId":{"type":"integer","format":"int32","description":"Systémové číslo dokladu [TabDokladyZbozi.ID]","nullable":false},"totalCurrencyRounding":{"type":"number","format":"double","description":"Zaokrouhlení v měně dokladu [TabDokladyZbozi.CastkaZaoVal]","nullable":false},"customer":{"type":"object","nullable":false,"properties":{"customerId":{"type":"integer","format":"int32","description":"Systémové číslo odběratele [TabCisOrg.ID]","nullable":false},"name":{"type":"string","description":"Název dodavatele [TabCisOrg.Nazev]","nullable":false},"cin":{"type":"string","description":"IČO [TabCisOrg.ICO]","nullable":false},"tin":{"type":"string","description":"DIČ [TabCisOrg.DIC]","nullable":false},"street":{"type":"string","description":"Ulice [TabCisOrg.Ulice]","nullable":false},"descriptiveNumber":{"type":"string","description":"Číslo popisné [TabCisOrg.PopCislo]","nullable":false},"referenceNumber":{"type":"string","description":"Číslo orientační [TabCisOrg.OrCislo]","nullable":false},"city":{"type":"string","description":"Místo [TabCisOrg.Misto]","nullable":false},"postalCode":{"type":"string","description":"PSČ [TabCisOrg.PSC]","nullable":false},"countryCode":{"type":"string","description":"ISO Kód země [TabCisOrg.IdZeme]","nullable":false},"createdOn":{"type":"string","format":"date-time","description":"Datum a čas vytvoření [TabCisOrg.DatPorizeni]","nullable":false},"modifiedOn":{"type":"string","format":"date-time","description":"Datum a čas změny [TabCisOrg.DatZmeny]","nullable":true}}},"bankAccount":{"type":"object","nullable":false,"properties":{"accountNo":{"type":"string","description":"Číslo bankovního účtu [TabBankSpojeni.CisloUctu]","nullable":false},"bankCode":{"type":"string","description":"Kód banky [TabPenezniUstavy.KodUstavu]","nullable":false},"iban":{"type":"string","description":"IBAN [TabBankSpojeni.IBANElektronicky]","nullable":false},"swift":{"type":"string","description":"SWIFT/BIC [TabPenezniUstavy.SWIFTUstavu]","nullable":false}}},"documentNo":{"type":"string","description":"Číslo dokladu [TabDokladyZbozi.ParovaciZnak]","nullable":false},"issueDate":{"type":"string","format":"date","description":"Datum vystavení [TabDokladyZbozi.DatPovinnostiFa]","nullable":false},"transactionDate":{"type":"string","format":"date","description":"Datum případu [TabDokladyZbozi.DatPorizeni]","nullable":false},"vatDate":{"type":"string","format":"date","description":"DUZP [TabDokladyZbozi.DUZP]","nullable":true},"vatApplicable":{"type":"string","nullable":false,"enum":["notSpecified","proforma","taxInvoice"]},"dueDate":{"type":"string","format":"date","description":"Datum splatnosti [TabDokladyZbozi.Splatnost]","nullable":true},"tin":{"type":"string","description":"DIČ [TabDokladyZbozi.SamoVyDICDPH]","nullable":false},"paymentMethod":{"type":"string","description":"Forma úhrady [TabDokladyZbozi.FormaUhrady]","nullable":false},"currencyCode":{"type":"string","description":"Měna dokladu [TabDokladyZbozi.Mena]","nullable":false},"exchangeRate":{"type":"number","format":"double","description":"Kurz [TabDokladyZbozi.Kurz]","nullable":false},"exchangeUnit":{"type":"integer","format":"int32","description":"Množství kurz [TabDokladyZbozi.JednotkaMeny]","nullable":false},"currencyAmount":{"type":"number","format":"double","description":"Celková cena bez DPH v měně dokladu [TabDokladyZbozi.SumaValBezDPH]","nullable":false},"currencyAmountTaxInclusive":{"type":"number","format":"double","description":"Celková cena včetně DPH v měně dokladu [TabDokladyZbozi.SumaValPoZao]","nullable":false},"invoiceNo":{"type":"string","description":"Evidenční číslo daňového dokladu [TabDokladyZbozi.DodFakKV]","nullable":false},"variableSymbol":{"type":"string","description":"Variabilní symbol [TabDokladyZbozi.DodFak]","nullable":false},"constantSymbol":{"type":"string","description":"Konstantní symbol [TabDokladyZbozi.KonstSymbol]","nullable":false},"specificSymbol":{"type":"string","description":"Specifický symbol [TabDokladyZbozi.SpecifickySymbol]","nullable":false},"deliveryDescription":{"type":"string","description":"Popis dodávky [TabDokladyZbozi.PopisDodavky]","nullable":false},"orderNo":{"type":"string","description":"Číslo objednávky [TabDokladyZbozi.NavaznaObjednavka]","nullable":false},"note":{"type":"string","description":"Poznámka [TabDokladyZbozi.Poznamka]","nullable":false},"createdOn":{"type":"string","format":"date-time","description":"Datum a čas vytvoření dokladu [TabDokladyZbozi.DatPorizeniSkut]","nullable":false},"modifiedOn":{"type":"string","format":"date-time","description":"Datum a čas změny dokladu [TabDokladyZbozi.DatZmeny]","nullable":true},"items":{"type":"array","description":"Položky dokladu","nullable":false,"items":{"type":"object","nullable":false,"properties":{"itemId":{"type":"string","description":"Jednoznačná identifikace položky ['P' + TabPohybyZbozi.ID/ 'T' + TabOzTxtPol.ID]","nullable":false},"itemType":{"type":"string","nullable":false,"enum":["txtItem","item"]},"warehouseId":{"type":"string","description":"Číslo skladu [TabStrom.Cislo/null]","nullable":true},"warehouseItemId":{"type":"integer","description":"ID skladové karty [TabPohybyZbozi.IDZboSklad/null]","nullable":true},"catalogueNo":{"type":"string","description":"Skupina + Registrační číslo [TabPohybyZbozi.CisloKarty/null]","nullable":true},"description":{"type":"string","description":"Popis položky [TabPohybyZbozi.Nazev1/TabOZTxtPol.Popis]","nullable":false},"quantity":{"type":"number","format":"double","description":"Množství [TabPohybyZbozi.Mnozstvi/TabOZTxtPol.Mnozstvi]","nullable":false},"measureUnit":{"type":"string","description":"Měrná jednotka [TabPohybyZbozi.MJ/TabOZTxtPol.MJ]","nullable":true},"unitCurrencyAmount":{"type":"number","format":"double","description":"Jednotková cena bez DPH v měně dokladu [TabPohybyZbozi.JCbezDaniValPoS/TabOZTxtPol.JCbezDaniValPoS]","nullable":false},"currencyAmount":{"type":"number","format":"double","description":"Celková cena bez DPH v měně dokladu [TabPohybyZbozi.CCbezDaniValPoS/TabOZTxtPol.CCbezDaniValPoS]","nullable":false},"vatRate":{"type":"number","format":"double","description":"Sazba DPH [TabPohybyZbozi.SazbaDPH/TabOZTxtPol.SazbaDPH]","nullable":true},"currencyAmountTaxInclusive":{"type":"number","format":"double","description":"Celková cena včetně DPH v měně dokladu [TabPohybyZbozi.CCSDPHValPoS/TabOZTxtPol.CCSDPHValPoS]","nullable":false},"reverseChargePercent":{"type":"number","format":"double","description":"Sazba DPH samovyměření [TabPohybyZbozi.SazbaDPHproPDP/TabOZTxtPol.SazbaDPHproPDP]","nullable":true},"reverseChargeCode":{"type":"string","description":"Kód PDP [TabCisKoduPDP.KodZbozi (vazba TabPohybyZbozi.IDKodPDP/TabOZTxtPol.IDKodPDP)]","nullable":false},"note":{"type":"string","description":"Poznámka k položce [TabPohybyZbozi.Poznamka/TabOZTxtPol.Poznamka]","nullable":false},"createdOn":{"type":"string","format":"date-time","description":"Datum a čas vytvoření položky [TabPohybyZbozi.DatPorizeni/TabOZTxtPol.DatPorizeni]","nullable":false},"modifiedOn":{"type":"string","format":"date-time","description":"Datum a čas změny položky [TabPohybyZbozi.DatZmeny/TabOZTxtPol.DatZmeny]","nullable":true}}}},"vatRecapitulation":{"type":"array","description":"Rekapitulace DPH","nullable":false,"items":{"type":"object","nullable":false,"properties":{"vatRate":{"type":"number","format":"double","description":"Sazba DPH","nullable":true},"currencyAmount":{"type":"number","format":"double","description":"Částka celkem bez DPH v měně DPH","nullable":false},"currencyAmountTaxInclusive":{"type":"number","format":"double","description":"Částka celkem včetně DPH v měně DPH","nullable":false},"vatAmount":{"type":"number","format":"double","description":"Částka DPH v měně DPH","nullable":false}}}},"payments":{"type":"array","description":"Úhrady","nullable":false,"items":{"type":"object","nullable":false,"properties":{"paymentId":{"type":"integer","format":"int32","description":"Systémové číslo úhrady [TabUhrady.ID]","nullable":false},"paymentDate":{"type":"string","format":"date-time","description":"Datum úhrady [TabUhrady.Datum]","nullable":false},"amountPaid":{"type":"number","format":"double","description":"Částka úhrady v měně faktury [TabUhrady.Castka]","nullable":false},"paymentNote":{"type":"string","description":"Popis úhrady [TabUhrady.Popis]","nullable":false}}}}}},"issuedInvoiceItemsResult":{"type":"object","nullable":false,"properties":{"items":{"type":"array","nullable":false,"items":{"type":"object","nullable":false,"properties":{"itemId":{"type":"string","description":"Jednoznačná identifikace položky ['P' + TabPohybyZbozi.ID/ 'T' + TabOzTxtPol.ID]","nullable":false},"itemType":{"type":"string","nullable":false,"enum":["txtItem","item"]},"warehouseId":{"type":"string","description":"Číslo skladu [TabStrom.Cislo/null]","nullable":true},"warehouseItemId":{"type":"integer","description":"ID skladové karty [TabPohybyZbozi.IDZboSklad/null]","nullable":true},"catalogueNo":{"type":"string","description":"Skupina + Registrační číslo [TabPohybyZbozi.CisloKarty/null]","nullable":true},"description":{"type":"string","description":"Popis položky [TabPohybyZbozi.Nazev1/TabOZTxtPol.Popis]","nullable":false},"quantity":{"type":"number","format":"double","description":"Množství [TabPohybyZbozi.Mnozstvi/TabOZTxtPol.Mnozstvi]","nullable":false},"measureUnit":{"type":"string","description":"Měrná jednotka [TabPohybyZbozi.MJ/TabOZTxtPol.MJ]","nullable":true},"unitCurrencyAmount":{"type":"number","format":"double","description":"Jednotková cena bez DPH v měně dokladu [TabPohybyZbozi.JCbezDaniValPoS/TabOZTxtPol.JCbezDaniValPoS]","nullable":false},"currencyAmount":{"type":"number","format":"double","description":"Celková cena bez DPH v měně dokladu [TabPohybyZbozi.CCbezDaniValPoS/TabOZTxtPol.CCbezDaniValPoS]","nullable":false},"vatRate":{"type":"number","format":"double","description":"Sazba DPH [TabPohybyZbozi.SazbaDPH/TabOZTxtPol.SazbaDPH]","nullable":true},"currencyAmountTaxInclusive":{"type":"number","format":"double","description":"Celková cena včetně DPH v měně dokladu [TabPohybyZbozi.CCSDPHValPoS/TabOZTxtPol.CCSDPHValPoS]","nullable":false},"reverseChargePercent":{"type":"number","format":"double","description":"Sazba DPH samovyměření [TabPohybyZbozi.SazbaDPHproPDP/TabOZTxtPol.SazbaDPHproPDP]","nullable":true},"reverseChargeCode":{"type":"string","description":"Kód PDP [TabCisKoduPDP.KodZbozi (vazba TabPohybyZbozi.IDKodPDP/TabOZTxtPol.IDKodPDP)]","nullable":false},"note":{"type":"string","description":"Poznámka k položce [TabPohybyZbozi.Poznamka/TabOZTxtPol.Poznamka]","nullable":false},"createdOn":{"type":"string","format":"date-time","description":"Datum a čas vytvoření položky [TabPohybyZbozi.DatPorizeni/TabOZTxtPol.DatPorizeni]","nullable":false},"modifiedOn":{"type":"string","format":"date-time","description":"Datum a čas změny položky [TabPohybyZbozi.DatZmeny/TabOZTxtPol.DatZmeny]","nullable":true}}}}}},"issuedInvoiceBodyPOST":{"type":"object","nullable":false,"required":["documentType","transactionDate"],"properties":{"customer":{"type":"object","nullable":false,"properties":{"customerId":{"type":"integer","format":"int32","description":"Systémové číslo odběratele [TabCisOrg.ID]","nullable":false},"cin":{"type":"string","description":"IČO [TabCisOrg.ICO]","nullable":false},"tin":{"type":"string","description":"DIČ [TabCisOrg.DIC]","nullable":false},"name":{"type":"string","description":"Název dodavatele [TabCisOrg.Nazev]","nullable":false},"street":{"type":"string","description":"Ulice [TabCisOrg.Ulice]","nullable":false},"descriptiveNumber":{"type":"string","description":"Číslo popisné [TabCisOrg.PopCislo]","nullable":false},"referenceNumber":{"type":"string","description":"Číslo orientační [TabCisOrg.OrCislo]","nullable":false},"city":{"type":"string","description":"Místo [TabCisOrg.Misto]","nullable":false},"postalCode":{"type":"string","description":"PSČ [TabCisOrg.PSC]","nullable":false},"countryCode":{"type":"string","description":"ISO Kód země [TabCisOrg.IdZeme]","nullable":false}}},"bankAccount":{"type":"object","nullable":false,"properties":{"accountNo":{"type":"string","description":"Číslo bankovního účtu [TabBankSpojeni.CisloUctu]","nullable":false},"bankCode":{"type":"string","description":"Kód banky [TabPenezniUstavy.KodUstavu]","nullable":false},"iban":{"type":"string","description":"IBAN [TabBankSpojeni.IBANElektronicky]","nullable":false},"swift":{"type":"string","description":"SWIFT/BIC [TabPenezniUstavy.SWIFTUstavu]","nullable":false}}},"documentType":{"type":"string","description":"Řada dokladu [TabDruhDokZbo.RadaDokladu]","nullable":false},"issueDate":{"type":"string","format":"date","description":"Datum vystavení [TabDokladyZbozi.DatPovinnostiFa]","nullable":false},"transactionDate":{"type":"string","format":"date","description":"Datum případu [TabDokladyZbozi.DatPorizeni]","nullable":false},"vatDate":{"type":"string","format":"date","description":"DUZP [TabDokladyZbozi.DUZP]","nullable":true},"vatApplicable":{"type":"string","nullable":false,"enum":["notSpecified","proforma","taxInvoice"]},"dueDate":{"type":"string","format":"date","description":"Splatno [TabDokladyZbozi.Splatnost]","nullable":true},"tin":{"type":"string","description":"DIČ vlastní organizace [TabDokladyZbozi.SamoVyDICDPH]","nullable":false},"currencyCode":{"type":"string","description":"Měna dokladu [TabDokladyZbozi.Mena]","nullable":false},"exchangeRate":{"type":"number","format":"double","description":"Kurz [TabDokladyZbozi.Kurz]","nullable":false},"exchangeUnit":{"type":"integer","format":"int32","description":"Množství kurz [TabDokladyZbozi.JednotkaMeny]","nullable":false},"invoiceNo":{"type":"string","description":"Evidenční číslo daňového dokladu [TabDokladyZbozi.DodFakKV]","nullable":false},"variableSymbol":{"type":"string","description":"Variabilní symbol [TabDokladyZbozi.DodFak]","nullable":false},"constantSymbol":{"type":"string","description":"Konstantní symbol [TabDokladyZbozi.KonstSymbol]","nullable":false},"specificSymbol":{"type":"string","description":"Specifický symbol [TabDokladyZbozi.SpecifickySymbol]","nullable":false},"deliveryDescription":{"type":"string","description":"Popis dodávky [TabDokladyZbozi.PopisDodavky]","nullable":false},"orderNo":{"type":"string","description":"Číslo objednávky [TabDokladyZbozi.NavaznaObjednavka]","nullable":false},"note":{"type":"string","description":"Poznámka [TabDokladyZbozi.Poznamka]","nullable":false},"autoLock":{"type":"boolean","description":"Doklad se automaticky zamkne [akce realizace faktury]","nullable":false},"items":{"type":"array","description":"Položky faktury","nullable":false,"items":{"type":"object","nullable":false,"required":["description","descriptionType","quantity","currencyAmount"],"properties":{"transferId":{"type":"string","description":"Transaction transfer Id [Identifikace zaslaná externím systémem - je propsána na výstup, nikde se neukládá.]","nullable":false},"warehouseId":{"type":"string","description":"Číslo skladu, pokud se nejedná o freeItem [TabStrom.Cislo]","nullable":false},"description":{"type":"string","description":"Popis položky [ean: TabBarCodeZbo.BarCode/catalogueId: TabKmenZbozi.CisloZbozi/freeItem: TabOZTxtPol.Popis]","nullable":false},"descriptionType":{"type":"string","nullable":false,"enum":["ean","catalogueId","freeItem"]},"quantity":{"type":"number","format":"double","description":"Množství [TabPohybyZbozi.Mnozstvi/TabOZTxtPol.Mnozstvi]","nullable":false},"measureUnit":{"type":"string","description":"Měrná jednotka [TabPohybyZbozi.MJ/TabOZTxtPol.MJ]","nullable":true},"currencyAmount":{"type":"number","format":"double","description":"Celková cena bez DPH v měně dokladu [TabPohybyZbozi.CCbezDaniVal/TabOZTxtPol.CCbezDaniVal]","nullable":false},"vatRate":{"type":"number","format":"double","description":"SazbaDPH [samovyměření ANO: TabPohybyZbozi.SazbaDPHproPDP/TabOZTxtPol.SazbaDPHproPDP, samovyměření NE: TabPohybyZbozi.SazbaDPH/TabOZTxtPol.SazbaDPH]","nullable":true},"isReverseCharge":{"type":"boolean","description":"Samovyměření Ano/Ne","nullable":false},"reverseChargeCode":{"type":"string","description":"Kód PDP [TabCisKoduPDP.KodZbozi (vazba TabPohybyZbozi.IDKodPDP/TabOZTxtPol.IDKodPDP)]","nullable":false},"note":{"type":"string","description":"Poznámka k položce [TabPohybyZbozi.Poznamka/TabOZTxtPol.Poznamka]","nullable":false}}}},"vatRecapitulation":{"type":"array","description":"Rekapitulace DPH","nullable":false,"items":{"type":"object","nullable":false,"required":["vatRate","vatAmount"],"properties":{"vatRate":{"type":"number","format":"double","description":"Sazba DPH","nullable":true},"vatAmount":{"type":"number","format":"double","description":"Částka DPH v měně DPH","nullable":false}}}},"payments":{"type":"array","description":"Úhrady","nullable":false,"items":{"type":"object","nullable":false,"required":["paymentDate","amountPaid"],"properties":{"transferId":{"type":"string","description":"Transaction transfer Id [Identifikace zaslaná externím systémem - je propsána na výstup, nikde se neukládá.]","nullable":false},"paymentDate":{"type":"string","format":"date-time","description":"Datum úhrady [TabUhrady.Datum]","nullable":false},"amountPaid":{"type":"number","format":"double","description":"Částka úhrady v měně faktury [TabUhrady.Castka]","nullable":false},"paymentNote":{"type":"string","description":"Popis úhrady [TabUhrady.Popis]","nullable":false}}}}}},"issuedInvoicePOSTResult":{"type":"object","nullable":false,"properties":{"invoiceId":{"type":"integer","format":"int32","description":"Systémové číslo faktury [TabDokladyZbozi.ID]","nullable":false},"createdOn":{"type":"string","format":"date-time","description":"Datum a čas vytvoření záznamu [TabDokladyZbozi.DatPorizeniSkut]","nullable":false},"modifiedOn":{"type":"string","format":"date-time","description":"Datum a čas změny záznamu [TabDokladyZbozi.DatZmeny]","nullable":true},"customer":{"type":"object","description":"Odběratel","nullable":false,"properties":{"customerId":{"type":"integer","format":"int32","description":"Systémové číslo odběratele [TabCisOrg.ID]","nullable":false},"createdOn":{"type":"string","format":"date-time","description":"Datum a čas vytvoření záznamu [TabCisOrg.DatPorizeni]","nullable":false},"modifiedOn":{"type":"string","format":"date-time","description":"Datum a čas změny záznamu [TabCisOrg.DatZmeny]","nullable":true}}},"items":{"type":"array","description":"Položky faktury","nullable":false,"items":{"type":"object","nullable":false,"properties":{"itemId":{"type":"string","description":"Jednoznačná identifikace položky ['P' + TabPohybyZbozi.ID/ 'T' + TabOzTxtPol.ID]","nullable":false},"createdOn":{"type":"string","format":"date-time","description":"Datum a čas vytvoření záznamu [TabPohybyZbozi.DatPorizeni/TabOZTxtPol.DatPorizeni]","nullable":false},"modifiedOn":{"type":"string","format":"date-time","description":"Datum a čas změny záznamu [TabPohybyZbozi.DatZmeny/TabOZTxtPol.DatZmeny]","nullable":true},"transferId":{"type":"string","description":"Transaction transfer Id.","nullable":false}}}},"payments":{"type":"array","description":"Úhrady","nullable":false,"items":{"type":"object","nullable":false,"properties":{"paymentId":{"type":"integer","format":"int32","description":"Systémové číslo úhrady [TabUhrady.ID]","nullable":false},"createdOn":{"type":"string","format":"date-time","description":"Datum a čas vytvoření záznamu [TabUhrady.DatPorizeni]","nullable":false},"modifiedOn":{"type":"string","format":"date-time","description":"Datum a čas změny záznamu [TabUhrady.DatZmeny]","nullable":true},"transferId":{"type":"string","description":"Transaction transfer Id.","nullable":false}}}}}},"errorResult":{"type":"object","nullable":false,"properties":{"errors":{"type":"object","nullable":false,"additionalProperties":{"type":"array","nullable":false,"items":{"type":"string","nullable":false}}},"type":{"type":"string","nullable":false},"title":{"type":"string","nullable":false},"status":{"type":"integer","format":"int32","nullable":false},"traceId":{"type":"string","nullable":false}}}},"parameters":{"topQParam":{"in":"query","name":"top","description":"Stránkování - počet vrácených záznamů (pokud je jich tolik k dispozici, jinak méně).","required":false,"schema":{"type":"integer","format":"int32","nullable":false}},"dbNameParam":{"in":"path","name":"dbName","description":"Název databáze.","required":true,"example":"HeO3_Beta","schema":{"type":"string","format":"none","nullable":false}},"periodQParam":{"in":"query","name":"period","description":"Systémový parametr - Účetní období.","required":false,"schema":{"type":"integer","format":"none","nullable":false}},"invoiceIdParam":{"in":"path","name":"invoiceId","description":"ID faktury.","required":true,"schema":{"type":"string","format":"none","nullable":false}},"itemIdParam":{"in":"path","name":"itemId","description":"ID položky faktury.","required":true,"schema":{"type":"string","format":"none","nullable":false}},"filterQParam":{"in":"query","name":"filter","description":"Podmínka pro výběr dat.","required":false,"schema":{"type":"string","format":"none","nullable":false}},"skipQParam":{"in":"query","name":"skip","description":"Stránkování - počet přeskočených záznamů.","required":false,"schema":{"type":"integer","format":"int32","nullable":false}},"orderbyQParam":{"in":"query","name":"orderby","description":"Seznam sloupců, podle kterých chci třídit.","required":false,"schema":{"type":"string","format":"none","nullable":false}}},"securitySchemes":{"authToken":{"type":"http","description":"iNuvio's access token.","scheme":"bearer"}}}}