Releases: birko/SuperFakturaAPI.NET
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