Releases: birko/SuperFakturaAPI.NET
Release 21.01.2026
In since with SuperFaktura documentation
Commit: superfaktura/docs@c768652
Added
IDto theBirko.SuperFaktura.Request.Cient.ClientclassClientIDto theBirko.SuperFaktura.Request.Invoice .InvoiceclassDownloadAttachmentmethod to the Expenses APIDeleteExpenseItemmethod to the Expenses APICurrencyto theBirko.SuperFaktura.Request.BankAccounts.BankAccountclass
Updated
- Moved the
ShowAccountproperty toBirko.SuperFaktura.Request.BankAccounts.BankAccount - Updated the code of the download methods
Full Changelog: 1.1.15...1.1.21
Release 11.07.2025
Added
PurchaseCurrencyintoBirko.SuperFaktura.Request.Stock.Itemclass.
Full Changelog: 1.1.11...1.1.15
Release 27.03.2025
Fixed StringBooleanConverter it returned modified lower cased value instead original one
Full Changelog: 1.1.8...1.1.11
The version jump is only because pipeline was broken and therefor to make it correspond with nuget version
Release 26.02.2025
New properties
- Client - DataSource added to Request class
Moved properties
- BankAccount - ID moved from Response class to Request class
- Invoice - CountryExchangeRate and ExchangeRate moved from Response class to Request class
Full Changelog: 1.1.6...1.1.8
Release 11.02.2025 - Update
Fix for Invoice Download parameters. Added null options and parameter signature name fixed according new documentation
Tag 1.1.5 is skipped since is the same as 1.1.6 but version number in nugget package was missing
Full Changelog: 1.1.4...1.1.6
Release 06.02.2025 - Update
Added optional parameters for invoice download.
You can now turn on/off signature, bysquare payment and paypal link in pdf. Default is false.
Full Changelog: 1.1.3...1.1.4
Release 03.02.2024 - Update
Fixed property name for BankAccount.Account
Full Changelog: 1.1.2...1.1.3
Release 29.01.2025 - Update
Full Changelog: 1.1.0...1.1.2
Fixed typo in method name
Release 29.01.2025
This release tries to implement last changes in SuperFaktura API according Documentation
What's changed
Breaking Changes
Method name conventions
Some methods now have unified naming convention to make the functionality more transparent.
The name is or starts with:
- List - always returns Paged response or Enumerated response with requested objects
- Add - adds new record into system
- Edit - edits record in system
- Delete - Deletes record from system
- Download - returns byte array of requested document or export
Structure
API Calls are now structured into section corresponding with the sections in documentation.
- BankAccounts
- CashRegisters
- Clients
- ContactPersons
- Expenses
- Exports
- Invoices
- Other
- Stock
- Tags
- ValueLists
Response
Most methods now return requested object instead of Envelope Response object with requested data
Full Changelog: https://github.com/birko/SuperFakturaAPI.NET/commits/1.1.0