Skip to content

Releases: birko/SuperFakturaAPI.NET

Release 21.01.2026

21 Jan 08:04

Choose a tag to compare

In since with SuperFaktura documentation
Commit: superfaktura/docs@c768652

Added

  • ID to the Birko.SuperFaktura.Request.Cient.Client class
  • ClientID to the Birko.SuperFaktura.Request.Invoice .Invoice class
  • DownloadAttachment method to the Expenses API
  • DeleteExpenseItem method to the Expenses API
  • Currency to the Birko.SuperFaktura.Request.BankAccounts.BankAccount class

Updated

  • Moved the ShowAccount property to Birko.SuperFaktura.Request.BankAccounts.BankAccount
  • Updated the code of the download methods

Full Changelog: 1.1.15...1.1.21

Release 11.07.2025

11 Jul 13:00

Choose a tag to compare

Added

  • PurchaseCurrency into Birko.SuperFaktura.Request.Stock.Item class.

Full Changelog: 1.1.11...1.1.15

Release 27.03.2025

27 Mar 13:34

Choose a tag to compare

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

26 Feb 14:46

Choose a tag to compare

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

11 Feb 13:24

Choose a tag to compare

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

06 Feb 12:11

Choose a tag to compare

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

03 Feb 17:11

Choose a tag to compare

Fixed property name for BankAccount.Account

Full Changelog: 1.1.2...1.1.3

Release 29.01.2025 - Update

30 Jan 06:51

Choose a tag to compare

Full Changelog: 1.1.0...1.1.2

Fixed typo in method name

Release 29.01.2025

29 Jan 12:32

Choose a tag to compare

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