Skip to content

Releases: birko/SuperFakturaAPI.NET

Release 11.02.2025 - Update

11 Feb 13:24
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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